summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-spill-q.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-02-06 00:24:38 +0000
committerBob Wilson <bob.wilson@apple.com>2010-02-06 00:24:38 +0000
commite6373eb8264ba4804de28d8224e9f7725d3a483c (patch)
treedd0d287fdd687be65896fde3b5b85d679216f159 /test/CodeGen/Thumb2/thumb2-spill-q.ll
parentd450e5b88662557f2965331f06277d60266a9eec (diff)
downloadllvm-e6373eb8264ba4804de28d8224e9f7725d3a483c.tar.gz
llvm-e6373eb8264ba4804de28d8224e9f7725d3a483c.tar.bz2
llvm-e6373eb8264ba4804de28d8224e9f7725d3a483c.tar.xz
Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.
Radar 7614112. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-spill-q.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-spill-q.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-spill-q.ll b/test/CodeGen/Thumb2/thumb2-spill-q.ll
index 2b087893fd..7935163761 100644
--- a/test/CodeGen/Thumb2/thumb2-spill-q.ll
+++ b/test/CodeGen/Thumb2/thumb2-spill-q.ll
@@ -12,8 +12,8 @@ declare <4 x float> @llvm.arm.neon.vld1.v4f32(i8*) nounwind readonly
define arm_apcscc void @aaa(%quuz* %this, i8* %block) {
; CHECK: aaa:
; CHECK: bic r4, r4, #15
-; CHECK: vst1.64 {{.*}}sp, :128
-; CHECK: vld1.64 {{.*}}sp, :128
+; CHECK: vst1.64 {{.*}}[r{{.*}}, :128]
+; CHECK: vld1.64 {{.*}}[r{{.*}}, :128]
entry:
%0 = call <4 x float> @llvm.arm.neon.vld1.v4f32(i8* undef) nounwind ; <<4 x float>> [#uses=1]
store float 6.300000e+01, float* undef, align 4