[PATCH] D120584: [NewPM][Inliner] Mark inlined calls to functions in same SCC as callee as noinline

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 03:09:36 PST 2022


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Inliner.cpp:954
+                ICB->addFnAttr(Attribute::NoInline);
+              }
+            }
----------------
What if ICB is always_inline?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120584



More information about the llvm-commits mailing list