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:
2da8da4
)
new testcase
author
Chris Lattner
<sabre@nondot.org>
Mon, 9 Apr 2007 23:51:49 +0000
(23:51 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 9 Apr 2007 23:51:49 +0000
(23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35851
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/set.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/set.ll
b/test/Transforms/InstCombine/set.ll
index ca1ccffe6b4df24634513c711823173503964bdd..b6ab54392e9bfd1b55046fa870242047658b72a6 100644
(file)
--- a/
test/Transforms/InstCombine/set.ll
+++ b/
test/Transforms/InstCombine/set.ll
@@
-145,3
+145,8
@@
int %test24(uint %a) {
ret int %tmp.3
}
+bool %test25(uint %A) {
+ %B = and uint %A, 2
+ %C = setgt uint %B, 2
+ ret bool %C
+}