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:
e32e544
)
Make test less fragile.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 27 Apr 2012 20:48:18 +0000
(20:48 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 27 Apr 2012 20:48:18 +0000
(20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155732
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll
b/test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll
index 0ab5eaeefdf986dff47c767ba50808ac5a432a8a..a4c05d2492a46c102273ece0c7348d0e8573582d 100644
(file)
--- a/
test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll
+++ b/
test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll
@@
-4,8
+4,8
@@
define i32 @t(i32 %a) nounwind {
; CHECK: t:
-; CHECK: asrs
r1, r0
, #31
-; CHECK: eors
r1, r0
+; CHECK: asrs
[[REG1:(r[0-9]+)]], [[REG2:(r[0-9]+)]]
, #31
+; CHECK: eors
[[REG1]], [[REG2]]
%tmp0 = ashr i32 %a, 31
%tmp1 = xor i32 %tmp0, %a
ret i32 %tmp1