[all-commits] [llvm/llvm-project] f9f7aa: [VPlan] Remove dead code to create VPWidenPHIRecip...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu May 5 11:29:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9f7aa30f8a06867b7c144f7a748fa3a22df797d
https://github.com/llvm/llvm-project/commit/f9f7aa30f8a06867b7c144f7a748fa3a22df797d
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPlan] Remove dead code to create VPWidenPHIRecipes (NFCI).
After introducing VPWidenPointerInductionRecipe, VPWidenPHIRecipes
should not be created at this point. Turn check into an assert.
More information about the All-commits
mailing list