Loading
Reapply "[VPlan] Run removeDeadRecipes early." (#195325) (#195445)
This reverts commit 2a9699cc. Recommit contains a small fix for skipping dead recipes when finding induction casts. Original message: The initial simplifyRecipes run can leave dead recipes, which removeDeadRecipes can clean up, similar for dead instructions in the input. PR: https://github.com/llvm/llvm-project/pull/190191