Liao Chunyu 74f5dd5c34
[RISCV]Lower one active interleaved load to normal segmented load (#185602)
There’s an optimization for deinterleave loads in
`RISCVTargetLowering::PerformDAGCombine`.

We can generate a normal segmented load and 
let DAGCombine optimize it into vlse.
2026-03-11 18:08:32 +08:00
..