From 1c14c297460e0a6480bab989c0ade346288bbfd2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 19 Apr 2008 21:58:19 +0000 Subject: refactor handling of symbolic constant folding, picking up a few new cases( see Integer/a1.ll), but not anything that would happen in practice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49965 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Integer/a1.ll.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/Integer') diff --git a/test/Integer/a1.ll.out b/test/Integer/a1.ll.out index 0957c755b9..93ca11acd3 100644 --- a/test/Integer/a1.ll.out +++ b/test/Integer/a1.ll.out @@ -10,10 +10,10 @@ @j = constant i1 undef ; [#uses=0] @m = constant i1 undef ; [#uses=0] @n = constant i1 true ; [#uses=0] -@o = constant i1 sdiv (i1 true, i1 true) ; [#uses=0] -@p = constant i1 sdiv (i1 true, i1 true) ; [#uses=0] +@o = constant i1 true ; [#uses=0] +@p = constant i1 true ; [#uses=0] @q = constant i1 true ; [#uses=0] @r = constant i1 true ; [#uses=0] -@s = constant i1 srem (i1 true, i1 true) ; [#uses=0] +@s = constant i1 false ; [#uses=0] @t = constant i1 false ; [#uses=0] -@u = constant i1 srem (i1 true, i1 true) ; [#uses=0] +@u = constant i1 false ; [#uses=0] -- cgit v1.2.3