This is an archive of the discontinued LLVM Phabricator instance.

[VE] Add vector logical instructions
AbandonedPublic

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

Details

Reviewers
simoll
k-ishizaka
Summary

Add VAND/VOR/VXOE/VEQV/VLDZ/VPCNT/VBRV/VSEQ instrucitons and regression
tests.

Diff Detail

Event Timeline

kaz7 created this revision.Oct 20 2020, 7:16 AM
kaz7 requested review of this revision.Oct 20 2020, 7:16 AM
kaz7 abandoned this revision.Oct 21 2020, 4:58 AM

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