[llvm] AMDGPU/GlobalISel: Add regbanklegalize rules for load and store (PR #153176)

Anshil Gandhi via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 10:43:57 PDT 2025


================
@@ -1257,6 +1299,7 @@ void RegBankLegalizeHelper::applyMappingPHI(MachineInstr &MI) {
     return;
   }
 
+  MI.dump();
----------------
gandhi56 wrote:

Missed removing this `dump` call.

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


More information about the llvm-commits mailing list