[llvm-branch-commits] [llvm] [RegAlloc][NewPM] Plug Greedy RA in codegen pipeline (PR #120557)
Christudasan Devadasan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 7 01:25:01 PST 2025
================
@@ -48,10 +48,17 @@
using namespace llvm;
-static cl::opt<std::string>
- RegAlloc("regalloc-npm",
- cl::desc("Register allocator to use for new pass manager"),
- cl::Hidden, cl::init("default"));
+static cl::opt<RegAllocType> RegAlloc(
----------------
cdevadas wrote:
This change and anything related to regalloc-npm should be a separate PR as they are common to other regalloc passes.
https://github.com/llvm/llvm-project/pull/120557
More information about the llvm-branch-commits
mailing list