Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISCV] Emit VP strided load in mgather combine. NFCI (llvm#98112)
This combine is a duplication of the transform in RISCVGatherScatterLowering but at the SelectionDAG level, so similarly to llvm#98111 we can replace the use of riscv_masked_strided_load with a VP strided load. Unlike llvm#98111 we don't require llvm#97800 or llvm#97798 since it only operates on fixed vectors with a non-zero stride.
- Loading branch information