[PATCH] D90141: [VE] Add vector logical instructions
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 03:01:14 PDT 2020
kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.
Add VAND/VOR/VXOE/VEQV/VLDZ/VPCNT/VBRV/VSEQ instrucitons and regression
tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90141
Files:
llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/VAND.s
llvm/test/MC/VE/VBRV.s
llvm/test/MC/VE/VEQV.s
llvm/test/MC/VE/VLDZ.s
llvm/test/MC/VE/VOR.s
llvm/test/MC/VE/VPCNT.s
llvm/test/MC/VE/VSEQ.s
llvm/test/MC/VE/VXOR.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90141.300611.patch
Type: text/x-patch
Size: 14376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/f8483dfc/attachment.bin>
More information about the llvm-commits
mailing list