[PATCH] D147713: [RISCV] Combine concat_vectors of loads into strided loads
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 17:44:45 PDT 2023
reames added a comment.
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?
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