[PATCH] D90227: [VE] Add vector reduction instructions
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 05:14:08 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 VSUMS/VSUMX/VFSUM/VMAXS/VMAXX/VFMAX/VRAND/VROR/VRXOR isntructions.
Add regression tests too.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90227
Files:
llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/VFMAX.s
llvm/test/MC/VE/VFSUM.s
llvm/test/MC/VE/VMAXS.s
llvm/test/MC/VE/VRAND.s
llvm/test/MC/VE/VROR.s
llvm/test/MC/VE/VRXOR.s
llvm/test/MC/VE/VSUMS.s
llvm/test/MC/VE/VSUMX.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90227.300957.patch
Type: text/x-patch
Size: 13919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201027/49782047/attachment.bin>
More information about the llvm-commits
mailing list