[PATCH] D147713: [RISCV] Combine concat_vectors of loads into strided loads
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 17:53:51 PDT 2023
craig.topper added a comment.
In D147713#4250230 <https://reviews.llvm.org/D147713#4250230>, @reames wrote:
> In D147713#4248991 <https://reviews.llvm.org/D147713#4248991>, @craig.topper wrote:
>
>> We can't increase element size without checking that the loads are aligned for the new element size.
>
> Good catch. Check me, that requirement can be relaxed if we have fast unaligned for the access in question right?
I think so but I don't think we have that indication for vector yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147713/new/
https://reviews.llvm.org/D147713
More information about the llvm-commits
mailing list