Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/llvm-reduce/deltas/InlineCalls.cpp | ||
---|---|---|
25 | Can you get away without building this vector if you use make_early_inc on the block and instruction ranges? |
Comment Actions
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
Comment Actions
I realized that this may badly handle mutually recursive functions, need to think about how to handle that
Missing C++ mode comment