[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 25 23:08:57 PST 2005
Changes in directory llvm/test/Regression/Transforms/InstCombine:
2004-11-27-SetCCForCastLargerAndConstant.ll updated: 1.3 -> 1.4
---
Log message:
XFAIL this for now.
---
Diffs of the changes: (+5 -0)
2004-11-27-SetCCForCastLargerAndConstant.ll | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
diff -u llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.3 llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.4
--- llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.3 Sun Nov 28 15:36:52 2004
+++ llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll Wed Jan 26 01:08:42 2005
@@ -11,6 +11,11 @@
;
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep 'cast.*int'
+
+; Some of these cases were miscompiling programs so they were disabled, see
+; bugzilla for details.
+; XFAIL: *
+
implementation ; Functions:
;
More information about the llvm-commits
mailing list