[AArch64] Codegen tests for the Armv8.2-A FP16 intrinsics
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 15 Mar 2018 13:42:28 +0000 (13:42 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 15 Mar 2018 13:42:28 +0000 (13:42 +0000)
commitdfc7eb490aab97f2fc93963bd0884ee30ceb257b
tree99192808c638b418f0963b5506da7a35889e1905
parent50944d642eb7169a99d400470c87b26d4ccaf135
[AArch64] Codegen tests for the Armv8.2-A FP16 intrinsics

This is a follow up of the AArch64 FP16 intrinsics work;
the codegen tests had not been added yet.

Differential Revision: https://reviews.llvm.org/D44510

llvm-svn: 327624
llvm/test/CodeGen/AArch64/fp16_intrinsic_lane.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/fp16_intrinsic_scalar_1op.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/fp16_intrinsic_scalar_3op.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/fp16_intrinsic_vector_1op.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/fp16_intrinsic_vector_2op.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/fp16_intrinsic_vector_3op.ll [new file with mode: 0644]