[PATCH] D87337: [PGO] De-Optimizing cold functions based on PGO info (PATCH 1/2)

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 17:11:58 PDT 2020


davidxl added a comment.

This is in theory similar to profile guided size optimization -- the difference is that optnone may not result in size reduction.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87337



More information about the llvm-commits mailing list