This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][Power10] Add Vector Extract Double Instruction Definitions and MC tests
ClosedPublic

Authored by biplmish on Jul 22 2020, 11:06 PM.

Details

Summary

This patch adds the td definitions and asm/disasm tests for the following instructions:

Vector Extract Double Left Index - vextdubvlx, vextduhvlx, vextduwvlx, vextddvlx
Vector Extract Double Right Index - vextdubvrx, vextduhvrx, vextduwvrx, vextddvrx

Diff Detail

Event Timeline

biplmish created this revision.Jul 22 2020, 11:06 PM
biplmish set the repository for this revision to rG LLVM Github Monorepo.Jul 23 2020, 4:44 AM
lei accepted this revision as: lei.Jul 23 2020, 5:31 AM

LGTM

This revision is now accepted and ready to land.Jul 23 2020, 5:31 AM
amyk accepted this revision as: amyk.Jul 23 2020, 6:57 AM

LGTM.

This revision was automatically updated to reflect the committed changes.