[VE] Add vsum and vfsum intrinsic instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 7 Dec 2020 11:33:20 +0000 (20:33 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Wed, 9 Dec 2020 16:11:53 +0000 (01:11 +0900)
commit1a2147feadb80f3b0d4c4cb6892498b0bae549fe
tree9355c0c866c2b3775cf61ba0a9d054a8f19f5365
parent6266f36226bb96e42015411048f3ed5afb751510
[VE] Add vsum and vfsum intrinsic instructions

Add vsum and vfsum intrinsic instructions and regression tests.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D92938
llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
llvm/test/CodeGen/VE/VELIntrinsics/vfsum.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/VELIntrinsics/vsum.ll [new file with mode: 0644]