OSDN Git Service

[VE] Support intrinsic to isnert/extract_subreg of v512i1
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Fri, 8 Jan 2021 11:29:42 +0000 (20:29 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 11 Jan 2021 11:40:10 +0000 (20:40 +0900)
commitb72ca799823e97b94ac0144bb87c094fb2db7324
tree4a561c1fc32afed5754b9f1aa2f0351534746dec
parent5963229266303d83b2e9de09bce7e063276e41d0
[VE] Support intrinsic to isnert/extract_subreg of v512i1

Support insert/extract_subreg intrinsic instructions for v512i1
registers and add regression tests.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D94298
llvm/include/llvm/IR/IntrinsicsVE.td
llvm/lib/Target/VE/VEInstrIntrinsicVL.td
llvm/test/CodeGen/VE/VELIntrinsics/extract.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/VELIntrinsics/insert.ll [new file with mode: 0644]