[PATCH] D17108: [PGO] Add another interface for annotateValueSite

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 08:42:13 PST 2016


davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.

Aside from how transformation should be done, I think annotating the remaining indirect call with the right meta data after the transformation is the right thing to do, and the information can be used for later optimizations (such as function layout based on dyn call graph).

LGTM.


http://reviews.llvm.org/D17108





More information about the llvm-commits mailing list