[llvm] [CodeGen][NewPM] Port RegAllocGreedy to NPM (PR #119540)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 23:26:18 PST 2025


================
@@ -115,6 +115,7 @@ MACHINE_FUNCTION_ANALYSIS("machine-post-dom-tree",
 MACHINE_FUNCTION_ANALYSIS("machine-trace-metrics", MachineTraceMetricsAnalysis())
 MACHINE_FUNCTION_ANALYSIS("pass-instrumentation", PassInstrumentationAnalysis(PIC))
 MACHINE_FUNCTION_ANALYSIS("regalloc-evict", RegAllocEvictionAdvisorAnalysis())
+MACHINE_FUNCTION_ANALYSIS("regalloc-priority", RegAllocPriorityAdvisorAnalysis())
----------------
arsenm wrote:

This should have been in the parent patch, but too late I guess 

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


More information about the llvm-commits mailing list