[llvm] [AMDGPU] Support block load/store for CSR (PR #130013)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 00:53:07 PDT 2025


================
@@ -5831,6 +5831,16 @@ const TargetRegisterClass *SIInstrInfo::getRegClass(const MCInstrDesc &TID,
                                    IsAllocatable);
 }
 
+const TargetRegisterClass *
+SIInstrInfo::getRegClassForBlockOp(const TargetRegisterInfo *TRI,
+                                   const MachineFunction &MF) const {
+  const MCInstrDesc &ScratchStoreBlockOp =
----------------
perlfu wrote:

Can you expand on why this is retrieved from a specific instruction descriptor?

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


More information about the llvm-commits mailing list