projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f1643
)
this doesn't pass with CVS HEAD.
author
Chris Lattner
<sabre@nondot.org>
Mon, 27 Nov 2006 20:01:48 +0000
(20:01 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 27 Nov 2006 20:01:48 +0000
(20:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31942
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/cast-and-cast.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/cast-and-cast.ll
b/test/Transforms/InstCombine/cast-and-cast.ll
index 9610f0bea0a2944d6ac5224984e9b84e0aac201b..6a1a803aebf86282ec7dca48a551183b24e85495 100644
(file)
--- a/
test/Transforms/InstCombine/cast-and-cast.ll
+++ b/
test/Transforms/InstCombine/cast-and-cast.ll
@@
-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