[llvm-commits] [llvm] r85694 - /llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll
Jim Grosbach
grosbach at apple.com
Sat Oct 31 15:14:17 PDT 2009
Author: grosbach
Date: Sat Oct 31 17:14:17 2009
New Revision: 85694
URL: http://llvm.org/viewvc/llvm-project?rev=85694&view=rev
Log:
Make tests more explicit about which instructions are expected.
Modified:
llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll
Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll?rev=85694&r1=85693&r2=85694&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll Sat Oct 31 17:14:17 2009
@@ -55,10 +55,10 @@
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
More information about the llvm-commits
mailing list