[VPlan] Remove DeadInsts arg from VPInstructionsToVPRecipes (NFC)
authorFlorian Hahn <flo@fhahn.com>
Mon, 1 May 2023 14:03:15 +0000 (15:03 +0100)
committerFlorian Hahn <flo@fhahn.com>
Mon, 1 May 2023 14:03:29 +0000 (15:03 +0100)
commit6303fa369c853466106d2140df92a494817840c3
treea2eaf4c9b6a34aafe819b1b3baca7e42b89bcb88
parentfaa78ecd27e80094ef507d9775754c63c98e761d
[VPlan] Remove DeadInsts arg from VPInstructionsToVPRecipes (NFC)

The argument isn't used. VPlan-based dead recipe removal can be used
instead.
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
llvm/lib/Transforms/Vectorize/VPlanTransforms.h
llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp