[PATCH] D30053: Add function importing info from samplepgo profile to the module summary.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 17:27:09 PST 2017


davidxl added a comment.

Is it better to introduce a new meta data for this, e.g. MD_inline_instance_imports ?   Can this information be directly communicated to function importer instead of relying on modifying Callgraph/profile data?


https://reviews.llvm.org/D30053





More information about the llvm-commits mailing list