[PATCH] D146720: [AMDGPU][printf] Run AMDGPUPrintfRuntimeBindingPass in -O0

Juan Manuel Martinez CaamaƱo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 06:55:48 PDT 2023


jmmartinez 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]
----------------
I have the feeling that I should remove analysis and analysis invalidations from the list.


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