[PATCH] D121171: [flang] Add ExternalNameConversionPass to flang-new pipeline
    Valentin Clement via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr  4 04:46:46 PDT 2022
    
    
  
clementval added a comment.
> Also, do we want to move the pass from `flang/Optimizer/Transforms/Passes.td` to `flang/Optimizer/Codegen/CGPasses.td`, to clarify that it's a codegen pass?
Not sure on that. It doesn't codegen anything and the input/output are bot FIR so it's more a generic pass to me. Including it later in the pipeline doesn't change that it is generic for any FIR inputs.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121171/new/
https://reviews.llvm.org/D121171
    
    
More information about the llvm-commits
mailing list