summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/widen-vmovs.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-11-14 23:03:21 +0000
committerJim Grosbach <grosbach@apple.com>2011-11-14 23:03:21 +0000
commitffc658b056b7cc0b3f6a2626694b6a4216ed728d (patch)
treeebe680a03750316ed3c572177cd1306a4c0fd173 /test/CodeGen/ARM/widen-vmovs.ll
parent88990248d3bfb2f265fcf27f8a032ac0eb14d09f (diff)
downloadllvm-ffc658b056b7cc0b3f6a2626694b6a4216ed728d.tar.gz
llvm-ffc658b056b7cc0b3f6a2626694b6a4216ed728d.tar.bz2
llvm-ffc658b056b7cc0b3f6a2626694b6a4216ed728d.tar.xz
ARM VLDR/VSTR instructions don't need a size suffix.
Canonicallize on the non-suffixed form, but continue to accept assembly that has any correctly sized type suffix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/widen-vmovs.ll')
-rw-r--r--test/CodeGen/ARM/widen-vmovs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/widen-vmovs.ll b/test/CodeGen/ARM/widen-vmovs.ll
index 8fd99ba7af..1f5113eeb3 100644
--- a/test/CodeGen/ARM/widen-vmovs.ll
+++ b/test/CodeGen/ARM/widen-vmovs.ll
@@ -3,7 +3,7 @@ target triple = "thumbv7-apple-ios"
; The 0.0 constant is loaded from the constant pool and kept in a register.
; CHECK: %entry
-; CHECK: vldr.32 s
+; CHECK: vldr s
; The float loop variable is initialized with a vmovs from the constant register.
; The vmovs is first widened to a vmovd, and then converted to a vorr because of the v2f32 vadd.f32.
; CHECK: vorr [[DL:d[0-9]+]], [[DN:d[0-9]+]]