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:
dc89737
)
InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
author
David Majnemer
<david.majnemer@gmail.com>
Sat, 6 Jul 2013 00:54:07 +0000
(
00:54
+0000)
committer
David Majnemer
<david.majnemer@gmail.com>
Sat, 6 Jul 2013 00:54:07 +0000
(
00:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185737
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/icmp.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/icmp.ll
b/test/Transforms/InstCombine/icmp.ll
index 195dc572adfe68efce3ba060ed872b305cb56924..929688195fe5328cf9b2604be264f8696016018b 100644
(file)
--- a/
test/Transforms/InstCombine/icmp.ll
+++ b/
test/Transforms/InstCombine/icmp.ll
@@
-1103,8
+1103,8
@@
define i1 @icmp_shl_1_V_ult_2147483648(i32 %V) {
ret i1 %cmp
}
-; C
EH
CK: @or_icmp_eq_B_0_icmp_ult_A_B
-; CHECK: [[SUB:%[a-z0-9]+]] = add i64 %b, -1
+; C
HE
CK: @or_icmp_eq_B_0_icmp_ult_A_B
+; CHECK
-NEXT
: [[SUB:%[a-z0-9]+]] = add i64 %b, -1
; CHECK-NEXT: [[CMP:%[a-z0-9]+]] = icmp uge i64 [[SUB]], %a
; CHECK-NEXT: ret i1 [[CMP]]
define i1 @or_icmp_eq_B_0_icmp_ult_A_B(i64 %a, i64 %b) {