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:
82265a2
)
Fix a typo in the test from the previous commit.
author
Nadav Rotem
<nadav.rotem@intel.com>
Tue, 23 Aug 2011 17:56:54 +0000
(17:56 +0000)
committer
Nadav Rotem
<nadav.rotem@intel.com>
Tue, 23 Aug 2011 17:56:54 +0000
(17:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138342
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/bitcast.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/bitcast.ll
b/test/Transforms/InstCombine/bitcast.ll
index 899cb4962a3ea59a5c5bd7b7e705ce585bff04c5..8f6ae7d83527e4198075a6bf8b474d5b7ad397c4 100644
(file)
--- a/
test/Transforms/InstCombine/bitcast.ll
+++ b/
test/Transforms/InstCombine/bitcast.ll
@@
-130,10
+130,10
@@
define i64 @All11(i64 %in) {
}
-define i
64
@All111(i32 %in) {
- %out = and i32 %in, xor (i
64
bitcast (<1 x float> bitcast (i32 -1 to <1 x float>) to i32), i32 -1)
+define i
32
@All111(i32 %in) {
+ %out = and i32 %in, xor (i
32
bitcast (<1 x float> bitcast (i32 -1 to <1 x float>) to i32), i32 -1)
ret i32 %out
-; CHECK: @All11
+; CHECK: @All11
1
; CHECK: ret i32 0
}