================
@@ -2431,7 +2431,7 @@ void printNextUseDistancesAsJson(json::OStream &J, const 
MachineFunction &MF,
   // We don't actually care about register pressure here - just using
   // GCNDownwardRPTracker as a convenient way of getting the set of live
   // registers at a given instruction.
-  GCNDownwardRPTracker RPTracker(LIS);
+  GCNDownwardRPTracker RPTracker(LIS, MRI);
----------------
arsenm wrote:

Can't you get MachineRegisterInfo from LIS?

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

Reply via email to