This is an archive of the discontinued LLVM Phabricator instance.

[VPlan, VP] 1/4 Introduce new recipes to support predicated vectorization
AbandonedPublic

Authored by ym1813382441 on May 29 2022, 8:14 PM.

Details

Summary

This patch introduces new VPlan recipes VPCanonicalEVLRecipe, VPCanonicalIVIncrementEVLRecipe, VPPredicatedWidenRecipe, VPPredicatedWidenMemoryInstrctionRecipe, and AllTrueMask VPInstruction as a first step to enable predicated vectorization.
This patch changed on patch D126363.

co-authored-by Vineet Kumar (vntkmr) <vineet.kumar@mail.mcgill.ca>

Diff Detail

Event Timeline

ym1813382441 created this revision.May 29 2022, 8:14 PM
ym1813382441 requested review of this revision.May 29 2022, 8:14 PM

Are you happy with me merging this back into D126363? Do you want to keep working on the VPlan-VP integration or what is your plan here?

Are you happy with me merging this back into D126363? Do you want to keep working on the VPlan-VP integration or what is your plan here?

yeah! I am very happy to continue working on vplan VP integration, and improving LLVM's vectorization to enable automatic vectorization for RVV.

Are you happy with me merging this back into D126363? Do you want to keep working on the VPlan-VP integration or what is your plan here?

And my English may not be very good. Please don't laught at me if you find something indecent of me :)

Are you happy with me merging this back into D126363? Do you want to keep working on the VPlan-VP integration or what is your plan here?

yeah! I am very happy to continue working on vplan VP integration, and improving LLVM's vectorization to enable automatic vectorization for RVV.

! In D126625#3545290, @ym1813382441 wrote:

! In D126625#3545254, @simoll wrote:

Are you happy with me merging this back into D126363? Do you want to keep working on the VPlan-VP integration or what is your plan here?

And my English may not be very good. Please don't laught at me if you find something indecent of me :)

All good :) We will find a way to work together on the patches. I will send you an e-mail to discuss this.

ym1813382441 edited the summary of this revision. (Show Details)May 31 2022, 7:43 AM
XiaPZ added a subscriber: XiaPZ.Nov 13 2022, 5:06 AM
ym1813382441 abandoned this revision.Jul 5 2023, 10:41 PM