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

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Dec 22 23:49:32 PST 2024


================
@@ -187,6 +187,15 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
       return parseRegAllocFastPassOptions(*PB, Params);
     },
     "filter=reg-filter;no-clear-vregs")
+
+MACHINE_FUNCTION_PASS_WITH_PARAMS(
+    "regallocgreedy", "RAGreedyPass",
----------------
arsenm wrote:

The current pass name is "greedy". Renaming it should be done separately if we're going to do that. Also should use - word separators for consistency 

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


More information about the llvm-branch-commits mailing list