[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.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 14:22:40 PDT 2017


davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.

This is pretty nasty but I can't think of a better way of handling this more surgically.
I hope you can revisit this at some point in the future.


https://reviews.llvm.org/D36188





More information about the llvm-commits mailing list