[VE] Add vmul and vdiv intrinsic instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Tue, 1 Dec 2020 11:08:22 +0000 (20:08 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Tue, 1 Dec 2020 14:03:49 +0000 (23:03 +0900)
commit10b164d2f72aa696e077507b4c5a3a5e11be8e6f
tree2a13dd9233458caf1e21e60101fd08e8985ee927
parent00f4269cef3773df932158728de9fe07d2f7ff41
[VE] Add vmul and vdiv intrinsic instructions

Add vmul and vdiv intrinsic instructions and regression tests.

Reviewed By: simoll

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