This is an archive of the discontinued LLVM Phabricator instance.

[VE] Add vector shift instructions
AbandonedPublic

Authored by kaz7 on Oct 20 2020, 7:28 AM.

Details

Reviewers
simoll
k-ishizaka
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 20 2020, 7:28 AM
kaz7 requested review of this revision.Oct 20 2020, 7:28 AM
kaz7 abandoned this revision.Oct 21 2020, 4:57 AM

It looks like all of these modifications will be overwritten by internal modifications, so I'm abandoning all of vector modifications once.