This is an archive of the discontinued LLVM Phabricator instance.

LLVM support for vector quad bit permute and gather instructions through builtins
ClosedPublic

Authored by nemanjai on May 28 2015, 11:33 AM.

Details

Summary

This is the back end portion of the patch related to D10095.
The patch adds the instructions and back end intrinsics for:
vbpermq
vgbbd

Diff Detail

Repository
rL LLVM

Event Timeline

nemanjai updated this revision to Diff 26709.May 28 2015, 11:33 AM
nemanjai retitled this revision from to LLVM support for vector quad bit permute and gather instructions through builtins.
nemanjai updated this object.
nemanjai edited the test plan for this revision. (Show Details)
nemanjai added reviewers: hfinkel, wschmidt, seurer, kbarton.
nemanjai set the repository for this revision to rL LLVM.
nemanjai added a subscriber: Unknown Object (MLST).
wschmidt accepted this revision.Jun 8 2015, 8:41 AM
wschmidt edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jun 8 2015, 8:41 AM
nemanjai closed this revision.Jun 10 2015, 11:28 PM

Committed revision 239505.