[RISCV] Check for alignment when lowering interleaved/deinterleaved loads/stores
As noted by @reames, we should be checking that the memory access is aligned to the element size (or the unaligned vector memory access feature is enabled) before lowering vlseg/vsseg intrinsics via the interleaved access pass. Reviewed By: reames Differential Revision: https://reviews.llvm.org/D154536
Loading
Please sign in to comment