From 334d33cad168573da4fa3b3a72397449480b37f5 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. llvm-svn: 49965 --- llvm/test/Integer/a1.ll.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/test/Integer') diff --git a/llvm/test/Integer/a1.ll.out b/llvm/test/Integer/a1.ll.out index 0957c755b90..93ca11acd3e 100644 --- a/llvm/test/Integer/a1.ll.out +++ b/llvm/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