[PATCH] D149800: [WIP][PGO] Add ability to mark cold functions as optsize/minsize/optnone
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 08:35:51 PDT 2023
davidxl added a comment.
Sorry I missed the question. What I meant is that a lot of the profile guided size optimization (PGSO) done by Hiroshi can be adapted to use the attribute based method proposed in the patch as we don't need two different mechanisms.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149800/new/
https://reviews.llvm.org/D149800
More information about the llvm-commits
mailing list