[PATCH] D39869: [Inliner] Inline through indirect call sites having !callees metadata

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 09:52:49 PST 2017


davidxl added a comment.

A high level comment: I think the right direction is to share the implementation with the existing IndirectCallPromotion.cpp pass. The analyzer can synthesize the MD_prof profile data for the indirect targets, though the actual target count can be synthesized with some heuristics.


https://reviews.llvm.org/D39869





More information about the llvm-commits mailing list