[PATCH] D35633: [ThinLTO] Add FunctionAttr NoRecurse and ReadAttr propagation to ThinLTO

Charles Saternos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 06:56:35 PDT 2017


ncharlie updated this revision to Diff 107668.
ncharlie added a comment.

Updated as per comments.


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.107668.patch
Type: text/x-patch
Size: 28724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170721/5ffb2e2a/attachment.bin>


More information about the llvm-commits mailing list