[PATCH] D35633: [ThinLTO] Add FunctionAttr NoRecurse and ReadAttr propagation to ThinLTO
Charles Saternos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 11:09:14 PDT 2017
ncharlie updated this revision to Diff 107560.
ncharlie added a comment.
- added memory access info to index callgraph edges
- renamed functions
https://reviews.llvm.org/D35633
Files:
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/IR/ModuleSummaryIndexYAML.h
include/llvm/Transforms/IPO/FunctionAttrs.h
include/llvm/Transforms/IPO/FunctionImport.h
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/LTO/LTO.cpp
lib/LTO/LTOBackend.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/FunctionImport.cpp
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35633.107560.patch
Type: text/x-patch
Size: 27963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170720/0d104624/attachment.bin>
More information about the llvm-commits
mailing list