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

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 10 05:11:52 PDT 2025


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

If you mean `propagateVirtMustcallLiveness`...Yes it is redundant after the change.

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


More information about the llvm-commits mailing list