[llvm] [RISCV][GISel] Support select vector load intrinsics (PR #160720)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 11:30:26 PDT 2025


================
@@ -716,6 +825,9 @@ bool RISCVInstructionSelector::select(MachineInstr &MI) {
     return true;
   }
 
+  if (earlySelect(MI, MIB))
----------------
topperc wrote:

Why does this need to be done "early"? Why can't it be part of the switch after the selectImpl call?

https://github.com/llvm/llvm-project/pull/160720


More information about the llvm-commits mailing list