[PATCH] D36850: [ThinLTO] Add function attribute propagation

Charles Saternos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 17 15:55:26 PDT 2017


ncharlie created this revision.
Herald added a subscriber: inglorion.

Adds function attribute propagation (for ReadNone, ReadOnly and NoRecurse) to ThinLTO index during the Thin Link step. Addresses part of Bug 33648.


https://reviews.llvm.org/D36850

Files:
  include/llvm/Transforms/IPO/FunctionImport.h
  lib/LTO/LTO.cpp
  lib/LTO/LTOBackend.cpp
  lib/Transforms/IPO/FunctionImport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36850.111577.patch
Type: text/x-patch
Size: 6159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170817/49b7ea1b/attachment.bin>


More information about the llvm-commits mailing list