This is an archive of the discontinued LLVM Phabricator instance.

[VPlan] Generalize VPWidenPHIRecipe to generate values for all parts.
Needs ReviewPublic

Authored by fhahn on Jun 30 2022, 12:38 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This extends VPWidenPHIRecipe::execute to generate code for all parts.
This should allow using the recipe also in cases where vector phis are
needed for all parts, as in D125301.

Diff Detail