This is an archive of the discontinued LLVM Phabricator instance.

[VPlan, VP] Introduce new live-in values and refactoring to support EVL recipe
Needs ReviewPublic

Authored by vkmr on Jun 20 2021, 6:32 PM.

Details

Summary

This patch introduces TripCount and RuntiVF as live-in VPValues whose underlying IR Values are available only at plan execution time.
Canonical induction variable is cached so it can be reused when creating EVL recipe.

This patch is second in the series of patches to enable predicated vectorization support in LV introduced in RFC D99750.

Diff Detail

Event Timeline

vkmr created this revision.Jun 20 2021, 6:32 PM
vkmr requested review of this revision.Jun 20 2021, 6:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2021, 6:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 3:48 AM
ssinad added a subscriber: ssinad.Apr 14 2023, 7:39 PM