[PATCH] D75590: [Attributor] IPO across definition boundary of a function marked alwaysinline

Luofan Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 20:54:57 PST 2020


bbn updated this revision to Diff 248887.
bbn added a comment.

Created a helper function in Attributor which determines whether the function is IPO amendable and replaced `hasExactDefinition` with this helper function.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75590/new/

https://reviews.llvm.org/D75590

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/Attributor/alwaysinline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75590.248887.patch
Type: text/x-patch
Size: 9290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200307/b3e0d209/attachment.bin>


More information about the llvm-commits mailing list