[all-commits] [llvm/llvm-project] 6303fa: [VPlan] Remove DeadInsts arg from VPInstructionsTo...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon May 1 07:04:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6303fa369c853466106d2140df92a494817840c3
https://github.com/llvm/llvm-project/commit/6303fa369c853466106d2140df92a494817840c3
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-01 (Mon, 01 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
Log Message:
-----------
[VPlan] Remove DeadInsts arg from VPInstructionsToVPRecipes (NFC)
The argument isn't used. VPlan-based dead recipe removal can be used
instead.
More information about the All-commits
mailing list