[llvm] [InstrProf] Do not block functions from PGOUse (PR #71106)

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 13:45:34 PDT 2023


https://github.com/david-xl commented:

I think we should move the size/compiletime related logics outside of skipPGO. There is no point annotate PGO (and waste compile time) when instrumentation is skipped.

https://github.com/llvm/llvm-project/pull/71106


More information about the llvm-commits mailing list