[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/and.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 13 15:07:14 PST 2006
Changes in directory llvm/test/Regression/Transforms/InstCombine:
and.ll updated: 1.29 -> 1.30
---
Log message:
new testcase
---
Diffs of the changes: (+6 -0)
and.ll | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/test/Regression/Transforms/InstCombine/and.ll
diff -u llvm/test/Regression/Transforms/InstCombine/and.ll:1.29 llvm/test/Regression/Transforms/InstCombine/and.ll:1.30
--- llvm/test/Regression/Transforms/InstCombine/and.ll:1.29 Sun May 8 23:54:18 2005
+++ llvm/test/Regression/Transforms/InstCombine/and.ll Mon Feb 13 17:07:02 2006
@@ -220,3 +220,9 @@
ret uint %tmp.13
}
+int %test34(int %A, int %B) {
+ %tmp.2 = or int %B, %A
+ %tmp.4 = and int %tmp.2, %B
+ ret int %tmp.4
+}
+
More information about the llvm-commits
mailing list