[PATCH] D154536: [RISCV] Check for alignment when lowering interleaved/deinterleaved loads/stores

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 07:41:30 PDT 2023


luke added a comment.

A heads up, I missed a change in the loop vectoriser test output and have committed the change here: b9af08629297410eabffb694526c0bbace1270fe <https://reviews.llvm.org/rGb9af08629297410eabffb694526c0bbace1270fe>
One of the interleaved access tests no longer seems to be unrolled. I'm not sure how alignment would affect unrolling here though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154536/new/

https://reviews.llvm.org/D154536



More information about the llvm-commits mailing list