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

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 11:00:01 PDT 2022


aeubanks updated this revision to Diff 468261.
aeubanks added a comment.

use make_early_inc_range()
initially I only wanted to do one level of inlining everywhere, but we'd go through all of them anyway if we try running the pass again


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136053

Files:
  llvm/test/tools/llvm-reduce/inline-calls.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/deltas/InlineCalls.cpp
  llvm/tools/llvm-reduce/deltas/InlineCalls.h
  llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136053.468261.patch
Type: text/x-patch
Size: 5362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221017/257beecd/attachment.bin>


More information about the llvm-commits mailing list