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:
c971025
)
New testcase
author
Chris Lattner
<sabre@nondot.org>
Tue, 25 May 2004 06:30:49 +0000
(06:30 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 25 May 2004 06:30:49 +0000
(06:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13739
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/shift.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/shift.ll
b/test/Transforms/InstCombine/shift.ll
index ac7bb27ea9c8bc213f9486346a01a0b48a5edf5d..5fae18ff00b32d1da811d369d0a14cb2afb3b3a3 100644
(file)
--- a/
test/Transforms/InstCombine/shift.ll
+++ b/
test/Transforms/InstCombine/shift.ll
@@
-109,3
+109,9
@@
int %test15a(bool %C) {
ret int %V
}
+bool %test16(int %X) {
+ %tmp.3 = shr int %X, ubyte 4
+ %tmp.6 = and int %tmp.3, 1
+ %tmp.7 = setne int %tmp.6, 0 ;; X & 16 != 0
+ ret bool %tmp.7
+}