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

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 00:03:53 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())
----------------
optimisan wrote:

This isn't supposed to be here, will update this.
Graphite strangely isn't working for me, so I am rebasing PRs manually for now.

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


More information about the llvm-commits mailing list