This is an archive of the discontinued LLVM Phabricator instance.

[Power10] Implement VSX vector permute extended instruction
AbandonedPublic

Authored by biplmish on Jun 30 2020, 3:59 AM.

Details

Reviewers
nemanjai
amyk
lei
Group Reviewers
Restricted Project
Summary

This patch implements the below vector permute extended instruction on Power10.

xxpermx XT,XA,XB,XC,UIM

Diff Detail

Event Timeline

biplmish created this revision.Jun 30 2020, 3:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2020, 3:59 AM
nemanjai accepted this revision.Jun 30 2020, 4:39 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Jun 30 2020, 4:39 AM
lei requested changes to this revision.Jun 30 2020, 6:06 AM
lei added a subscriber: lei.

The asm instr should go into the appropriate files. Nothing with p10 in them.

This revision now requires changes to proceed.Jun 30 2020, 6:06 AM
biplmish abandoned this revision.Jun 30 2020, 7:07 PM

Will be consolidate with other instructions and implemented separately.