[PATCH] D67120: [PGO] Profile guided code size optimization (continued).
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 10:51:56 PDT 2019
davidxl added a comment.
The code can be broken down and contributed in the following order:
1. SizeOpts related change
2. TargetLowering change (isSuitableForJumpTable)
3. TargetTransformation related changes -- depending on 1) and 2)
4. SwitchLoweringUtils (findJumpTable depends on isSuitableForJumpTable in 2)
5. the rest of the changes (can be further broken down per-pass).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67120/new/
https://reviews.llvm.org/D67120
More information about the llvm-commits
mailing list