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:
f35c882
)
Oops, commit the version of this test that actually works.
author
Dan Gohman
<gohman@apple.com>
Tue, 20 May 2008 21:19:36 +0000
(21:19 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 20 May 2008 21:19:36 +0000
(21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51351
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/sext-misc.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/sext-misc.ll
b/test/Transforms/InstCombine/sext-misc.ll
index d49c63cca6e72dff0a3259b397c1c610f6c99c16..076f59568b7ac6098e580143e9c9da2de6a8f9c5 100644
(file)
--- a/
test/Transforms/InstCombine/sext-misc.ll
+++ b/
test/Transforms/InstCombine/sext-misc.ll
@@
-44,7
+44,7
@@
define i64 @voo(i32 %x) {
ret i64 %s
}
define i32 @woo(i8 %a, i32 %f, i1 %p, i32* %z) {
- %d =
a
shr i32 %f, 24
+ %d =
l
shr i32 %f, 24
%e = select i1 %p, i32 %d, i32 0
%s = trunc i32 %e to i16
%n = sext i16 %s to i32