[llvm] [CSSPGO] Return error_code for missing probe profile (PR #102085)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 17:47:52 PDT 2024


WenleiHe wrote:

> Given that pre-link sample-profile is before inline

the profile annotation part (`computeAndPropagateWeights`) is actually done after the inlining in sample loader itself, so technically speaking, the part you are changing here is after inlining for pre-link.


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


More information about the llvm-commits mailing list