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

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 06:07:52 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 =
----------------
rovka wrote:

I guess it doesn't have to be. I removed the helper altogether.

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


More information about the llvm-commits mailing list