[all-commits] [llvm/llvm-project] a65883: [VE] Add vector reduction instructions
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Oct 27 10:33:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a65883a78a0c1a480d7aa9762eeb61a298e09a5d
https://github.com/llvm/llvm-project/commit/a65883a78a0c1a480d7aa9762eeb61a298e09a5d
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M llvm/lib/Target/VE/VEInstrVec.td
A llvm/test/MC/VE/VFMAX.s
A llvm/test/MC/VE/VFSUM.s
A llvm/test/MC/VE/VMAXS.s
A llvm/test/MC/VE/VRAND.s
A llvm/test/MC/VE/VROR.s
A llvm/test/MC/VE/VRXOR.s
A llvm/test/MC/VE/VSUMS.s
A llvm/test/MC/VE/VSUMX.s
Log Message:
-----------
[VE] Add vector reduction instructions
Add VSUMS/VSUMX/VFSUM/VMAXS/VMAXX/VFMAX/VRAND/VROR/VRXOR isntructions.
Add regression tests too.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D90227
More information about the All-commits
mailing list