[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll

Reid Spencer reid at x10sys.com
Mon Mar 26 11:04:56 PDT 2007



Changes in directory llvm/test/Transforms/InstCombine:

2007-03-25-BadShiftMask.ll updated: 1.1 -> 1.2
---
Log message:

Fix this test case to match output after a bug was fixed.


---
Diffs of the changes:  (+2 -1)

 2007-03-25-BadShiftMask.ll |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
diff -u llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll:1.1 llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll:1.2
--- llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll:1.1	Mon Mar 26 00:32:16 2007
+++ llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll	Mon Mar 26 13:04:38 2007
@@ -1,5 +1,6 @@
 ; PR1271
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'br i1 %1'
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN:    grep 'icmp eq i32 .tmp.*, 2146435072'
 %struct..0anon = type { i32, i32 }
 %struct..1anon = type { double }
 






More information about the llvm-commits mailing list