[PATCH] D52915: [PM] keeping history when original SCC split and then merge into itself in the same round of SCC update .
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 15 09:22:07 PDT 2018
wmi updated this revision to Diff 169715.
wmi added a comment.
update testcase monster_scc.ll. With the patch, less inlining is happening for monster_scc.ll because we block the inlining inside of the same function in the same SCC from happening more than once.
I do some performance testing on x86 for the patch: run google internal perf benchmark suite and one server benchmark, the performance result is neutral.
Repository:
rL LLVM
https://reviews.llvm.org/D52915
Files:
lib/Transforms/IPO/Inliner.cpp
test/Transforms/Inline/cgscc-cycle.ll
test/Transforms/Inline/monster_scc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52915.169715.patch
Type: text/x-patch
Size: 7973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181015/c398c2cc/attachment.bin>
More information about the llvm-commits
mailing list