aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/reg_sequence.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-07-13 21:16:48 +0000
committerBob Wilson <bob.wilson@apple.com>2010-07-13 21:16:48 +0000
commitcba270d042862bca213b812656a2181b0de0578e (patch)
tree5f65d1b2604288fa78a4afb89caf89f22a489c81 /test/CodeGen/ARM/reg_sequence.ll
parent87a85c7ef0d1a96c73473de90d3b2b28d24538a5 (diff)
downloadexternal_llvm-cba270d042862bca213b812656a2181b0de0578e.zip
external_llvm-cba270d042862bca213b812656a2181b0de0578e.tar.gz
external_llvm-cba270d042862bca213b812656a2181b0de0578e.tar.bz2
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
NEON VMOV-immediate instructions. This simplifies some things. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/reg_sequence.ll')
-rw-r--r--test/CodeGen/ARM/reg_sequence.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/reg_sequence.ll b/test/CodeGen/ARM/reg_sequence.ll
index 9e365c9..89b6577 100644
--- a/test/CodeGen/ARM/reg_sequence.ll
+++ b/test/CodeGen/ARM/reg_sequence.ll
@@ -239,7 +239,7 @@ define arm_aapcs_vfpcc float @t9(%0* nocapture, %3* nocapture) nounwind {
; CHECK: t9:
; CHECK: vldr.64
; CHECK-NOT: vmov d{{.*}}, d0
-; CHECK: vmov.i8 d1
+; CHECK: vmov.i32 d1
; CHECK-NEXT: vstmia r0, {d0, d1}
; CHECK-NEXT: vstmia r0, {d0, d1}
%3 = bitcast double 0.000000e+00 to <2 x float> ; <<2 x float>> [#uses=2]