[PATCH] D149375: [RISCV] Introduce unaligned-vector-mem feature

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 22:01:50 PDT 2023


craig.topper accepted this revision.
craig.topper added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-combine.ll:410
 
 ; Shouldn't be combined because the resulting load would not be aligned
 define void @strided_unaligned(ptr %x, ptr %z, i64 %s) {
----------------
Might want to tweak this comment to mention unaligned-vector-mem


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149375



More information about the llvm-commits mailing list