[PATCH] D39869: [Inliner] Inline through indirect call sites having !callees metadata

Easwaran Raman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 16:09:47 PDT 2018


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

LGTM



================
Comment at: lib/Transforms/IPO/Inliner.cpp:801
         // which would provide the same callsites, which would cause us to
-        // infinitely inline.
-        InlineHistoryID = CallSites[CSi].second;
+        // infinitel inline.
         if (InlineHistoryID != -1 &&
----------------
Typo


Repository:
  rL LLVM

https://reviews.llvm.org/D39869





More information about the llvm-commits mailing list