[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 14 08:09:28 PST 2025
    
    
  
================
@@ -193,12 +193,12 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
     },
     "filter=reg-filter;no-clear-vregs")
 
+// 'all' is the default filter
----------------
cdevadas wrote:
```suggestion
// 'all' is the default filter.
```
https://github.com/llvm/llvm-project/pull/120557
    
    
More information about the llvm-branch-commits
mailing list