[PATCH] D137626: [test] Avoid legacy PM default pipelines (O0, O1 etc) when running opt
    Arthur Eubanks via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov  8 11:07:51 PST 2022
    
    
  
aeubanks added a comment.
we should add a check in `opt.cpp` that we don't mix `-O#` with other passes (there's already a similar check for the new PM)
I've been trying to slowly remove `PassManagerBuilder` but it's quite slow and I keep getting distracted by other things
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137626/new/
https://reviews.llvm.org/D137626
    
    
More information about the llvm-commits
mailing list