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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits