[PATCH] D149800: [WIP][PGO] Add ability to mark cold functions as optsize/minsize/optnone

Mircea Trofin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 3 16:49:05 PDT 2023


mtrofin added a comment.

high level question, why not have it as a pass that runs after profiles (of whatever kind - instrumented or sample-based) are ingested. The pass would attribute functions as described.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149800



More information about the cfe-commits mailing list