[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 23 23:55:55 PDT 2005
Changes in directory llvm/test/Regression/Transforms/InstCombine:
2004-11-27-SetCCForCastLargerAndConstant.ll updated: 1.4 -> 1.5
---
Log message:
unxfail this.
---
Diffs of the changes: (+0 -6)
2004-11-27-SetCCForCastLargerAndConstant.ll | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
diff -u llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.4 llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.5
--- llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll:1.4 Wed Jan 26 01:08:42 2005
+++ llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll Sun Apr 24 01:55:40 2005
@@ -11,14 +11,8 @@
;
; 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:
-;
bool %lt_signed_to_large_unsigned(sbyte %SB) {
%Y = cast sbyte %SB to uint ; <uint> [#uses=1]
%C = setlt uint %Y, 1024 ; <bool> [#uses=1]
More information about the llvm-commits
mailing list