This is an archive of the discontinued LLVM Phabricator instance.

[LV] NFC: Split logic to use lane mask for control flow from addCanonicalIVRecipes.
Needs ReviewPublic

Authored by sdesmalen on Mar 1 2023, 7:20 AM.

Details

Reviewers
fhahn
Summary

This patch splits out the case where the lane-mask is used for control-flow into
a separate addCanonicalIVRecipesWithActiveLaneMaskForControlFlow function.

Diff Detail