Make tests more explicit about which instructions are expected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2009-10-31 22:14:17 +00:00
parent 6b0b4b3eaf
commit 0e5c9beeed

View File

@ -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