[llvm] [RISCV] Prefer strided store for interleave store with one lane active (PR #119027)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 15:12:21 PST 2024
================
@@ -21906,6 +21906,7 @@ bool RISCVTargetLowering::lowerInterleavedStore(StoreInst *SI,
ShuffleVectorInst *SVI,
----------------
preames wrote:
InterleavedAccessImpl::lowerInterleavedStore has an isSimple check at the very top before any of this code gets invoked.
https://github.com/llvm/llvm-project/pull/119027
More information about the llvm-commits
mailing list