summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/thinlto-function-summary-functionattrs.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos2017-08-041-0/+27
Adds function attributes to index: ReadNone, ReadOnly, NoRecurse, NoAlias. This attributes will be used for future ThinLTO optimizations that will propagate function attributes across modules. llvm-svn: 310061
OpenPOWER on IntegriCloud