[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll
Chris Lattner
sabre at nondot.org
Mon Nov 27 12:02:03 PST 2006
Changes in directory llvm/test/Regression/Transforms/InstCombine:
cast-and-cast.ll updated: 1.1 -> 1.2
---
Log message:
this doesn't pass with CVS HEAD.
---
Diffs of the changes: (+5 -0)
cast-and-cast.ll | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll
diff -u llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll:1.1 llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll:1.2
--- llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll:1.1 Sun Nov 26 23:06:58 2006
+++ llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll Mon Nov 27 14:01:48 2006
@@ -1,4 +1,9 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep bitcast
+
+;; This requires Reid to remove the instcombine hack that turns trunc to bool into setne.
+; XFAIL: *
+
+
bool %test1(uint %val) {
%t1 = bitcast uint %val to int
%t2 = and int %t1, 1
More information about the llvm-commits
mailing list