[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 10 17:50:02 PDT 2004
Changes in directory llvm/test/Regression/Transforms/InstCombine:
2004-08-10-BoolSetCC.ll added (r1.1)
---
Log message:
New testcase that instcombine is getting wrong
---
Diffs of the changes: (+6 -0)
Index: llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
diff -c /dev/null llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll:1.1
*** /dev/null Tue Aug 10 19:50:00 2004
--- llvm/test/Regression/Transforms/InstCombine/2004-08-10-BoolSetCC.ll Tue Aug 10 19:49:50 2004
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
+ bool %test(bool %V) {
+ %Y = setlt bool %V, false
+ ret bool %Y
+ }
+
More information about the llvm-commits
mailing list