diff options
author | Florian Hahn <flo@fhahn.com> | 2023-09-22 21:24:14 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2023-09-22 21:24:15 +0100 |
commit | d9f83169d141c2deb29612e7831f25b1e0f8c006 (patch) | |
tree | bf473690271b01dc89abf1220dca903c9597a8aa /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 98eb28b621d6ea05269c779ceefe0fb7e4862dff (diff) | |
download | llvm-d9f83169d141c2deb29612e7831f25b1e0f8c006.zip llvm-d9f83169d141c2deb29612e7831f25b1e0f8c006.tar.gz llvm-d9f83169d141c2deb29612e7831f25b1e0f8c006.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions