]> granicus.if.org Git - clang/commit
Preserve alignment for Neon vld1_lane/dup and vst1_lane intrinsics.
authorBob Wilson <bob.wilson@apple.com>
Sat, 4 Feb 2012 23:58:08 +0000 (23:58 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 4 Feb 2012 23:58:08 +0000 (23:58 +0000)
commiteac1f6746a2915fea3ed42284b07e274c0095a95
tree9bc70d86e3a7b7c4a4d151baea7d2cc2caa72d56
parenta3cb14471095c0b7f7401f0c33af0c6766174ef4
Preserve alignment for Neon vld1_lane/dup and vst1_lane intrinsics.

We had been generating load/store instructions with the default alignment
for the vector element type, even when the pointer argument had less alignment.
<rdar://problem/10538555>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149794 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/arm-vector-align.c