[PATCH] D70510: [PGO][PGSO] Add an optional query type parameter to shouldOptimizeForSize.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 12:58:37 PST 2019
yamauchi added a comment.
In D70510#1754208 <https://reviews.llvm.org/D70510#1754208>, @davidxl wrote:
> Can this be derived statically from the FuncT or BlockT?
I don't think so as some of the CodeGen passes use the IR version instead of the MachineIR version like CodeGenPrepare/ISel.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70510/new/
https://reviews.llvm.org/D70510
More information about the llvm-commits
mailing list