[llvm] [NFC][AlwaysInliner] Reduce AlwaysInliner memory consumption. (PR #96958)

Daniil Fukalov via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 06:43:33 PDT 2024


================
@@ -38,6 +38,7 @@ bool AlwaysInlineImpl(
   SmallSetVector<CallBase *, 16> Calls;
   bool Changed = false;
   SmallVector<Function *, 16> InlinedFunctions;
+  SmallVector<Function *, 16> WorkList;
   for (Function &F : M) {
----------------
dfukalov wrote:

yes, thanks!

https://github.com/llvm/llvm-project/pull/96958


More information about the llvm-commits mailing list