[PATCH] D36188: [PM] Fix a bug where through CGSCC iteration we can get infinite-inlining across multiple runs of the inliner by keeping a tiny history of internal-to-SCC inlining decisions.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 19:10:06 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL309784: [PM] Fix a bug where through CGSCC iteration we can get (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D36188?vs=109215&id=109263#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D36188

Files:
  llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
  llvm/trunk/lib/Transforms/IPO/Inliner.cpp
  llvm/trunk/test/Transforms/Inline/cgscc-cycle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36188.109263.patch
Type: text/x-patch
Size: 10524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170802/826f1817/attachment.bin>


More information about the llvm-commits mailing list