This is an archive of the discontinued LLVM Phabricator instance.

[VE] v256.32|64 gather|scatter isel and tests
ClosedPublic

Authored by simoll on Mar 9 2022, 7:04 AM.

Details

Summary

This adds support for v256.32|64 scatter|gather isel. vp.gather|scatter and regular gather|scatter intrinsics are both lowered to the internal VVP layer. Splitting these ops on v512.32 is the subject of future patches.

Diff Detail

Event Timeline

simoll created this revision.Mar 9 2022, 7:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 7:04 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
simoll requested review of this revision.Mar 9 2022, 7:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 7:04 AM
kaz7 added a comment.Mar 9 2022, 9:49 PM

Please add summary. Is this adding not only vp_gather and vp_scatter but also vec_gather and vec_scatter?

simoll updated this revision to Diff 414304.Mar 10 2022, 1:38 AM
simoll retitled this revision from [VE] v256 gather scatter isel and tests to [VE] v256.32|64 gather|scatter isel and tests.
simoll edited the summary of this revision. (Show Details)
  • Formatting
  • Rebased
simoll updated this revision to Diff 414315.Mar 10 2022, 2:24 AM

Update vec_gather.ll test.. merge was missing

kaz7 accepted this revision.Mar 11 2022, 4:02 PM

LGTM

This revision is now accepted and ready to land.Mar 11 2022, 4:02 PM
This revision was landed with ongoing or failed builds.Mar 14 2022, 2:40 AM
This revision was automatically updated to reflect the committed changes.