[PATCH] D28966: [PGO] Memory intrinsic calls optimization based on profiled size
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 13:59:45 PST 2017
davidxl added a comment.
The optimization pass should be split into two phases as IC promotion. The annotation part should probably be merged with the instrumentation patch. The transformation patch should be done in the same pass as IndirectCallPromotion.
https://reviews.llvm.org/D28966
More information about the llvm-commits
mailing list