[PATCH] D109531: [CSSPGO] Enable pseudo probe instrumentation in O0 mode.

Wenlei He via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 9 14:01:34 PDT 2021


wenlei added a comment.

The change makes sense given instr PGO also happens for O0. But practically, if a file is being built with O0, do we care about its profile given we're not really optimizing it anyways? Functions from O0 modules are not supposed to be inlined into O1 <https://reviews.llvm.org/owners/package/1/>+ modules either.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109531/new/

https://reviews.llvm.org/D109531



More information about the cfe-commits mailing list