[PATCH] D50435: [Inliner] Attribute callsites with inline remarks
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 22 01:44:47 PDT 2018
yrouban updated this revision to Diff 161897.
yrouban added a comment.
This revision is now accepted and ready to land.
- added cl:desc to //inline-remark-attribute// option
- changed return type of //InlineCallIfPossible()// from //bool// to //InlineResult//
- added one more test to see //InlineResult// printed in //inline-remark// attribute
- reformatted body of function //setInlineRemark()//
https://reviews.llvm.org/D50435
Files:
lib/Transforms/IPO/Inliner.cpp
test/Transforms/Inline/inline-remark.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50435.161897.patch
Type: text/x-patch
Size: 8544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180822/33dfc471/attachment.bin>
More information about the llvm-commits
mailing list