[llvm-branch-commits] [llvm] llvm-reduce: Fix overly conservative operands-to-args user restriction (PR #133854)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 1 18:45:27 PDT 2025


arsenm wrote:

> with this we start replacing functions that have indirect references so we may break indirect calls, but I think that's fine

ReduceArguments already does that (though eventually I think we need an option to preserve executability) 

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


More information about the llvm-branch-commits mailing list