summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vlddup.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-10-27 22:39:16 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-10-27 22:39:16 +0000
commitb0117eed84b7899c677a1da5e074fe3a2b7046dd (patch)
tree0393fde52423240ceed08b53bb767af7bee868dd /test/CodeGen/ARM/vlddup.ll
parent146af5ae65a2b66df12240365b6a93c24740df42 (diff)
downloadllvm-b0117eed84b7899c677a1da5e074fe3a2b7046dd.tar.gz
llvm-b0117eed84b7899c677a1da5e074fe3a2b7046dd.tar.bz2
llvm-b0117eed84b7899c677a1da5e074fe3a2b7046dd.tar.xz
Also set addrmode6 alignment when align==size.
Previously, we were only setting the alignment bits on over-aligned loads and stores. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/vlddup.ll')
-rw-r--r--test/CodeGen/ARM/vlddup.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/vlddup.ll b/test/CodeGen/ARM/vlddup.ll
index d0e9ac3ad3..61d73c15f3 100644
--- a/test/CodeGen/ARM/vlddup.ll
+++ b/test/CodeGen/ARM/vlddup.ll
@@ -32,7 +32,7 @@ define <2 x i32> @vld1dupi32(i32* %A) nounwind {
define <2 x float> @vld1dupf(float* %A) nounwind {
;CHECK: vld1dupf:
-;CHECK: vld1.32 {d16[]}, [r0]
+;CHECK: vld1.32 {d16[]}, [r0, :32]
%tmp0 = load float* %A
%tmp1 = insertelement <2 x float> undef, float %tmp0, i32 0
%tmp2 = shufflevector <2 x float> %tmp1, <2 x float> undef, <2 x i32> zeroinitializer
@@ -51,7 +51,7 @@ define <16 x i8> @vld1dupQi8(i8* %A) nounwind {
define <4 x float> @vld1dupQf(float* %A) nounwind {
;CHECK: vld1dupQf:
-;CHECK: vld1.32 {d16[], d17[]}, [r0]
+;CHECK: vld1.32 {d16[], d17[]}, [r0, :32]
%tmp0 = load float* %A
%tmp1 = insertelement <4 x float> undef, float %tmp0, i32 0
%tmp2 = shufflevector <4 x float> %tmp1, <4 x float> undef, <4 x i32> zeroinitializer