[PATCH] D76802: [InstrProfiling] Use !associated metadata for counters, data and values

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 7 17:03:04 PDT 2020


phosek added a comment.

In D76802#2077786 <https://reviews.llvm.org/D76802#2077786>, @davidxl wrote:

> Looks good but can you do help with a clang instrumentation build (IR PGO), and see the binary and profile size change?


With IR PGO, the difference is much smaller: for Clang the size decreased from 141M to 134M, for the generated profile the size decreased from 18M to 17M.


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

https://reviews.llvm.org/D76802





More information about the llvm-commits mailing list