Now that removeDeadRecipes can remove most dead recipes across a whole
VPlan, there is no need to first collect some dead instructions.
Instead removeDeadRecipes can simply clean them up.
Depends D127580.
Differential D128408
[LV] Remove collectTriviallyDeadInstructions, already handled by VP DCE. fhahn on Jun 23 2022, 1:39 AM. Authored by
Details Now that removeDeadRecipes can remove most dead recipes across a whole Depends D127580.
Diff Detail
Event Timeline
Comment Actions Nice clean-up!
|
Shall assumes be dropped as a VPlan2VPlan transformation, thereby eliminating DeadInstructions, simplifying sinking after them below, and potentially taking care of the TODO? As separate follow-up patch(es).