[PATCH] D40097: [Inliner][NewPM] Inline functions outside of current SCC first

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 17:41:59 PST 2017


haicheng updated this revision to Diff 128252.
haicheng added a comment.

Now I only move the callsites whose callees also call the callers to the end of the inline list to delay the creation of recursive functions.  Is it more acceptable?


Repository:
  rL LLVM

https://reviews.llvm.org/D40097

Files:
  lib/Transforms/IPO/Inliner.cpp
  test/Transforms/Inline/cgscc-incremental-invalidate.ll
  test/Transforms/Inline/cgscc-invalidate.ll
  test/Transforms/Inline/cgscc-order.ll
  test/Transforms/Inline/internal-scc-members.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40097.128252.patch
Type: text/x-patch
Size: 9405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171228/ce76c2f8/attachment.bin>


More information about the llvm-commits mailing list