[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/compare-add.ll
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 1 22:35:50 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
compare-add.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+8 -0)
compare-add.ll | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/compare-add.ll
diff -c /dev/null llvm/test/Regression/CodeGen/X86/compare-add.ll:1.1
*** /dev/null Thu Feb 2 00:35:48 2006
--- llvm/test/Regression/CodeGen/X86/compare-add.ll Thu Feb 2 00:35:38 2006
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as < %s | llc -march=x86 &&
+ ; RUN: llvm-as < %s | llc -march=x86 | not grep add
+ bool %X(int %X) {
+ %Y = add int %X, 14
+ %Z = setne int %Y, 12345
+ ret bool %Z
+ }
+
More information about the llvm-commits
mailing list