[PATCH] D136053: [llvm-reduce] Attempt to inline calls

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 16 22:03:09 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/tools/llvm-reduce/deltas/InlineCalls.cpp:24
+        if (!O.shouldKeep())
+          CBs.push_back(CB);
+      }
----------------
Can you get away without building this vector if you use make_early_inc on the block and instruction ranges?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136053



More information about the llvm-commits mailing list