summaryrefslogtreecommitdiffstats
path: root/llvm/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
commita3f1901531bc618afd4918bca3fe6dc62f61d462 (patch)
treeb7d7c91006c308f48ec7bda76ad2565beef86078 /llvm/test/CodeGen/ARM/reg_sequence.ll
parentfd8bfcd6e1a62a29f84ce4ea2e99c734aadb9e6b (diff)
downloadbcm5719-llvm-a3f1901531bc618afd4918bca3fe6dc62f61d462.tar.gz
bcm5719-llvm-a3f1901531bc618afd4918bca3fe6dc62f61d462.zip
Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent
NEON VMOV-immediate instructions. This simplifies some things. llvm-svn: 108275
Diffstat (limited to 'llvm/test/CodeGen/ARM/reg_sequence.ll')
-rw-r--r--llvm/test/CodeGen/ARM/reg_sequence.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/reg_sequence.ll b/llvm/test/CodeGen/ARM/reg_sequence.ll
index 9e365c94211..89b657797f2 100644
--- a/llvm/test/CodeGen/ARM/reg_sequence.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud