summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/thinlto-synthetic-count-flag.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ThinLTO] Import readonly vars with refsevgeny2019-11-071-2/+2
| | | | | | Patch allows importing declarations of functions and variables, referenced by the initializer of some other readonly variable. Differential revision: https://reviews.llvm.org/D69561
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-131-0/+21
Summary: This patch computes the synthetic function entry count on the whole program callgraph (based on module summary) and writes the entry counts to the summary. After function importing, this count gets attached to the IR as metadata. Since it adds a new field to the summary, this bumps up the version. Reviewers: tejohnson Subscribers: mehdi_amini, inglorion, llvm-commits Differential Revision: https://reviews.llvm.org/D43521 llvm-svn: 349076
OpenPOWER on IntegriCloud