[PATCH] D146720: [AMDGPU][printf] Run AMDGPUPrintfRuntimeBindingPass in -O0
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 04:36:38 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/opt-pipeline.ll:18
+;GCN-O0-NEXT: Running pass: AlwaysInlinerPass on [module]
+;GCN-O0-NEXT: Running analysis: ProfileSummaryAnalysis on [module]
+;GCN-O0-NEXT: Running pass: CoroConditionalWrapper on [module]
----------------
arsenm wrote:
> jmmartinez wrote:
> > I have the feeling that I should remove analysis and analysis invalidations from the list.
> Depends, do theses passes actually do anything? I don’t know what CoroConditionalWrappper does
By remove I thought you meant stop the pass from running. In terms of testing, I expect every single pass run to be tested here and every check use -NEXT
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146720/new/
https://reviews.llvm.org/D146720
More information about the llvm-commits
mailing list