From a82c9c0e4a0b8e37c9c3ea5ae99714982563606f Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 14 Jan 2012 14:23:26 +0000 Subject: Merge of the nonstrict-ops branch: - Most RTL operators now evaluate to Some Vundef instead of None when undefined behavior occurs. - More aggressive instruction selection. - "Bertotization" of pattern-matchings now implemented by a proper preprocessor. - Cast optimization moved to cfrontend/Cminorgen; removed backend/CastOptim. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1790 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/regression/Results/instrsel | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/regression/Results/instrsel (limited to 'test/regression/Results/instrsel') diff --git a/test/regression/Results/instrsel b/test/regression/Results/instrsel new file mode 100644 index 00000000..97d1a9d2 --- /dev/null +++ b/test/regression/Results/instrsel @@ -0,0 +1,6 @@ +bres = 135 214 210 255 135 135 135 135 135 135 +sbres = 12 -4 -46 -1 -121 -121 -121 -121 -121 0 +sres = 12 65532 1234 65279 54919 135 65415 54919 54919 135 +ssres = 12 -4 1234 -257 -10617 135 -121 -10617 -10617 0 +res = 135 -121 135 -121 54919 -10617 54919 -10617 135 135 -121 -121 135 135 -121 65415 12 12 12 -4 -4 1234 -257 0 135 12 12 12 12 12 243 0 44478 173 214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +fres = 2.5 -3.14159 -3.14159 0 0 0 0 0 0 0 -- cgit