[llvm] [RISCV]Lower one active interleaved load to normal segmented load (PR #185602)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 03:10:29 PDT 2026
================
@@ -216,7 +216,7 @@ bool RISCVTargetLowering::lowerInterleavedLoad(
// We only support cases where the skipped fields are the trailing ones.
// TODO: Lower to strided load if there is only a single active field.
----------------
lukel97 wrote:
Can you remove this TODO, I think it fixes it
https://github.com/llvm/llvm-project/pull/185602
More information about the llvm-commits
mailing list