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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 11 22:08:20 PDT 2025


================
@@ -327,6 +358,10 @@ void AMDGPUAsmPrinter::emitInstruction(const MachineInstr *MI) {
       return;
     }
 
+    if (STI.getInstrInfo()->isBlockLoadStore(MI->getOpcode()))
+      if (isVerbose())
----------------
arsenm wrote:

Swap order of these checks? 

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


More information about the llvm-commits mailing list