summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-07-11 16:48:36 +0000
committerJim Grosbach <grosbach@apple.com>2011-07-11 16:48:36 +0000
commit589130fac11bc8c186736161600575c3ed6acc5b (patch)
treec998cc511d05334bb9e6cb222ad7b86376db753a /test/CodeGen/ARM/fast-isel.ll
parent6e6cdd00aaca083779eb70dc238779935da6b9c8 (diff)
downloadllvm-589130fac11bc8c186736161600575c3ed6acc5b.tar.gz
llvm-589130fac11bc8c186736161600575c3ed6acc5b.tar.bz2
llvm-589130fac11bc8c186736161600575c3ed6acc5b.tar.xz
Simplify printing of ARM shifted immediates.
Print shifted immediate values directly rather than as a payload+shifter value pair. This makes for more readable output assembly code, simplifies the instruction printer, and is consistent with how Thumb immediates are displayed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll
index 499c97fe53..eb0c5c8692 100644
--- a/test/CodeGen/ARM/fast-isel.ll
+++ b/test/CodeGen/ARM/fast-isel.ll
@@ -43,7 +43,7 @@ b1:
br label %b2
; THUMB: add.w {{.*}} #4096
-; ARM: add {{.*}} #1, #20
+; ARM: add {{.*}} #4096
b2:
%b = add i32 %tmp, 4095