[PATCH] D45116: Don't inline branch funnels

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 15:30:43 PDT 2018


efriedma added a comment.

You also need to update llvm::isInlineViable.



================
Comment at: llvm/lib/Analysis/InlineCost.cpp:1229
+    if (II) {
+      return false;
       switch (II->getIntrinsicID()) {
----------------
Leftover code from testing?


Repository:
  rL LLVM

https://reviews.llvm.org/D45116





More information about the llvm-commits mailing list