[llvm] RISCV: Implement isLoadFromStackSlot/isStoreToStackSlot for rvv (PR #120524)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 21:52:45 PST 2024


================
@@ -118,6 +118,12 @@ Register RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
   case RISCV::FLD:
     MemBytes = 8;
     break;
+  case RISCV::VL8RE8_V:
----------------
arsenm wrote:

I never see the spill pseudos appear here for some reason 

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


More information about the llvm-commits mailing list