[PATCH] D37354: Add !callees metadata
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 08:32:48 PDT 2017
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: docs/LangRef.rst:4884
+functions provided by the metadata, the behavior is undefined. The intent of
+this metadata is to facilitate optimizations such as indirect call promotion.
+For example, in the code below, the call instruction may only target the
----------------
indirect call promotion -> indirect-call promotion
https://reviews.llvm.org/D37354
More information about the llvm-commits
mailing list