[PATCH] D41334: [CodeExtractor] Use function attributes from original function.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 17 15:53:12 PST 2017


fhahn created this revision.
fhahn added reviewers: efriedma, davidxl, davide.
Herald added a subscriber: eraman.

For the extracted function, the same function attributes as for the
original function should apply.


https://reviews.llvm.org/D41334

Files:
  include/llvm/Transforms/Utils/CodeExtractor.h
  lib/Transforms/Utils/CodeExtractor.cpp
  test/Transforms/CodeExtractor/PartialInlineDebug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41334.127291.patch
Type: text/x-patch
Size: 4603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171217/58bf8034/attachment.bin>


More information about the llvm-commits mailing list