[PATCH] D12985: [ARM] Take into account address spaces in interleaved access vectorization
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 28 09:24:47 PDT 2015
sbaranga added a comment.
In http://reviews.llvm.org/D12985#254767, @jketema wrote:
> This extends the patch to cover all of vld[1234], vls[234]lane, vst[1234], and vst[234]lane. All tests now use the updated intrinsic names, and new tests have been added to test auto-upgrading.
>
> Should I still email llvm-dev about this? If so, what exaclty should I ask about.
>
> Forgot to say in my previous comment. The related clang patch is http://reviews.llvm.org/D13127
Both patches look good!
The purpose of the email to llvm-dev would be to announce the interface change and to ask if this would be a problem for anyone (it shouldn't be since you've added the auto-upgrade).
http://reviews.llvm.org/D12985
More information about the llvm-commits
mailing list