This is an archive of the discontinued LLVM Phabricator instance.

[VE] Add vector shift instructions
ClosedPublic

Authored by kaz7 on Oct 26 2020, 3:19 AM.

Details

Summary

Add VSLL/VSLD/VSRL/VSLA/VSLAX/VSRA/VSRAX/VSFA instructionss. Add
additonal AsmParser for VSLD special operand. Also add regression
tests.

Diff Detail

Event Timeline

kaz7 created this revision.Oct 26 2020, 3:19 AM
kaz7 requested review of this revision.Oct 26 2020, 3:19 AM
simoll accepted this revision.Oct 26 2020, 3:55 AM
This revision is now accepted and ready to land.Oct 26 2020, 3:55 AM
This revision was landed with ongoing or failed builds.Oct 26 2020, 8:30 AM
This revision was automatically updated to reflect the committed changes.