Files
clang-p2996/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Florian Hahn d9f83169d1 [VPlan] Ensure start value of phis is the first op at construction (NFC)
Header phi recipes have the start value (incoming from outside the loop)
as first operand. This wasn't the case for VPWidenPHIRecipes. Instead
the start value was picked during execute() by doing extra work.

To be in line with other recipes, ensure the operand order is as
expected during construction.
2023-09-22 21:24:15 +01:00

61 KiB