================
@@ -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