[PATCH] D41334: [CodeExtractor] Use subset of function attributes for extracted function.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 08:46:22 PST 2018


fhahn updated this revision to Diff 128614.
fhahn retitled this revision from "[CodeExtractor] Use function attributes from original function." to "[CodeExtractor] Use subset of function attributes for extracted function.".
fhahn edited the summary of this revision.
fhahn added a comment.
Herald added a subscriber: javed.absar.

Thanks Eli & Amara. I've substantially changed the code to use a subset of whitelisted function attributes from the original function for the extracted function.


https://reviews.llvm.org/D41334

Files:
  lib/Transforms/Utils/CodeExtractor.cpp
  test/Transforms/CodeExtractor/PartialInlineAttributes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41334.128614.patch
Type: text/x-patch
Size: 5249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180104/d5856556/attachment.bin>


More information about the llvm-commits mailing list