[VE] Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Fri, 4 Dec 2020 11:15:13 +0000 (20:15 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Fri, 4 Dec 2020 22:52:14 +0000 (07:52 +0900)
commit23034a4a63e18672be33405f7951d60a0658e67b
tree4326fa8e12f1623f47e1b51855f998ddcfe1c77d
parentb4f4fc6872fbe4e296d3270d297a0e4afbda6670
[VE] Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions

Add vfsqrt, vfcmp, vfmax, and vfmin intrinsic instructions and
regression tests.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D92651
llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
llvm/test/CodeGen/VE/VELIntrinsics/vfcmp.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/VELIntrinsics/vfmax.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/VELIntrinsics/vfmin.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/VELIntrinsics/vfsqrt.ll [new file with mode: 0644]