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

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 22:57:39 PST 2024


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

We may don't have ehough test coverages for segment types.

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


More information about the llvm-commits mailing list