[PATCH] D98481: [Inliner] Do not inline mutual-recursive functions to avoid exponential size growth.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 09:22:27 PST 2021


hoy updated this revision to Diff 330271.
hoy added a comment.

Updating D98481 <https://reviews.llvm.org/D98481>: [Inliner] Do not inline mutual-recursive functions to avoid exponential size growth.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98481

Files:
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/test/Transforms/Inline/inline-remark.ll
  llvm/test/Transforms/Inline/recursion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98481.330271.patch
Type: text/x-patch
Size: 6670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210312/04925dbe/attachment-0001.bin>


More information about the llvm-commits mailing list