================
@@ -785,7 +795,7 @@ Printable Rematerializer::printUser(const MachineInstr *MI) 
const {
     if (RegIdx != NoReg)
       OS << printID(RegIdx);
     else
-      OS << "(-/-)[" << MIRegion.at(MI) << ']';
+      OS << "(-/-)[?]";
----------------
qcolombet wrote:

Should we change the signature of printUser to also take a `UseRegion` index?

https://github.com/llvm/llvm-project/pull/184339
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to