[llvm] [DeadArgElim] fix verifier failure when changing musttail's function signature (PR #127366)

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 9 06:35:42 PDT 2025


================
@@ -1149,8 +1123,6 @@ PreservedAnalyses DeadArgumentEliminationPass::run(Module &M,
   for (auto &F : M)
     surveyFunction(F);
 
----------------
rnk wrote:

I guess this secondary pass is effectively redundant with iteration over uses of the function in surveyFunction.

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


More information about the llvm-commits mailing list