[llvm] [CodeGen] Add MachineRegisterClassInfo analysis pass (PR #120690)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 12 04:15:28 PST 2025


================
@@ -70,6 +71,7 @@ class SIPreAllocateWWMRegsLegacy : public MachineFunctionPass {
     AU.addRequired<LiveIntervalsWrapperPass>();
     AU.addRequired<VirtRegMapWrapperLegacy>();
     AU.addRequired<LiveRegMatrixWrapperLegacy>();
+    AU.addRequired<MachineRegisterClassInfoWrapperPass>();
----------------
arsenm wrote:

Can you add a todo to update RCI with the additional reserved registers the pass sets 

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


More information about the llvm-commits mailing list