[PATCH] D118640: [CSSPGO] Even count distribution

Sergey Pupyrev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 07:33:44 PST 2022


spupyrev added a comment.

Detailed perf measurements on clang, release_10 (speedups over the previous version of inference):
**with CSSPGO+LTO:**

  benchmark1: 1.52%
  benchmark2: 0.84%

**with AutoFDO+LTO:**

  benchmark1: 1.72%
  benchmark2: 0.61%


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118640



More information about the llvm-commits mailing list