[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
Reid Spencer
reid at x10sys.com
Mon Mar 19 16:36:36 PDT 2007
Changes in directory llvm/test/Transforms/InstCombine:
2007-03-19-BadTruncChangePR1261.ll updated: 1.1 -> 1.2
---
Log message:
Make this test a little simpler/faster.
---
Diffs of the changes: (+1 -2)
2007-03-19-BadTruncChangePR1261.ll | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
diff -u llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll:1.1 llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll:1.2
--- llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll:1.1 Mon Mar 19 18:28:16 2007
+++ llvm/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll Mon Mar 19 18:36:19 2007
@@ -1,7 +1,6 @@
; For PR1261. Before bit accurate type support in InstCombine, this would
; turn the sext into a zext.
-; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis &&
-; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep zext
+; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep sext
; XFAIL: *
define i16 @test(i31 %zzz) {
More information about the llvm-commits
mailing list