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:
6b0b4b3
)
Make tests more explicit about which instructions are expected.
author
Jim Grosbach
<grosbach@apple.com>
Sat, 31 Oct 2009 22:14:17 +0000
(22:14 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Sat, 31 Oct 2009 22:14:17 +0000
(22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85694
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/Thumb2/thumb2-mov2.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/Thumb2/thumb2-mov2.ll
b/test/CodeGen/Thumb2/thumb2-mov2.ll
index 3d58e44fd743b9c6c9d9007f7b7a90a590c4fd34..a47c2a980dfafa6bf8c0646c8740ebfaca3ce3c7 100644
(file)
--- a/
test/CodeGen/Thumb2/thumb2-mov2.ll
+++ b/
test/CodeGen/Thumb2/thumb2-mov2.ll
@@
-55,10
+55,10
@@
define i32 @t2MOVTi16_test_3(i32 %a) {
define i32 @t2MOVTi16_test_nomatch_1(i32 %a) {
; CHECK: t2MOVTi16_test_nomatch_1:
-; CHECK: #8388608
+; CHECK:
orr r0, r0,
#8388608
; CHECK: movw r1, #65535
; CHECK-NEXT: movt r1, #154
-; CHECK: #1720320
+; CHECK:
orr r0, r0,
#1720320
%1 = shl i32 255, 8
%2 = shl i32 1234, 8
%3 = or i32 %1, 255 ; This gives us 0xFFFF in %3