[PATCH] D73387: [MBP] Partial tail duplication into hot predecessors

Guozhi Wei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 10:49:08 PST 2020


Carrot added a comment.

In D73387#1839878 <https://reviews.llvm.org/D73387#1839878>, @xbolva00 wrote:

> New improvement looks cool, any data for clang itself (large binary too)?


Without this patch
real	139m31.300s
user	130m0.326s
sys	6m33.313s

With this patch
real	139m1.414s
user	129m46.296s
sys	6m30.924s


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73387





More information about the llvm-commits mailing list