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:
028856d
)
creative way to add one.
author
Chris Lattner
<sabre@nondot.org>
Mon, 2 Apr 2007 05:35:08 +0000
(
05:35
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 2 Apr 2007 05:35:08 +0000
(
05:35
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35583
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/xor.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/xor.ll
b/test/Transforms/InstCombine/xor.ll
index b6c923d5b46be222b9e5d97766f2880d60e8f2b0..4d128c666d38089c01cbb7368cb73e82f07976ed 100644
(file)
--- a/
test/Transforms/InstCombine/xor.ll
+++ b/
test/Transforms/InstCombine/xor.ll
@@
-190,3
+190,9
@@
int %test27(int %b, int %c, int %d) {
ret int %tmp6
}
+int %test28(int %indvar) {
+ %tmp7 = add int %indvar, -2147483647
+ %tmp214 = xor int %tmp7, -2147483648
+ ret int %tmp214
+}
+