[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
Wed Mar 4 19:35:41 PST 2020
bbn updated this revision to Diff 248379.
bbn marked an inline comment as done.
bbn added a comment.
I have fixed the problem that `FnScope` may be null and cached the result of isInlineViable. I have also updated my test file to check the attributes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75590/new/
https://reviews.llvm.org/D75590
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/test/Transforms/Attributor/alwaysinline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75590.248379.patch
Type: text/x-patch
Size: 4947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200305/da888811/attachment.bin>
More information about the llvm-commits
mailing list