This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 170747ec42d [Debug] Retain both copies of debug intrinsics in HoistThen [...] new 94b082e3cc6 [AArch64] Codegen tests for the Armv8.2-A FP16 intrinsics
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/CodeGen/AArch64/fp16_intrinsic_lane.ll | 301 ++++++++++++++++++++ test/CodeGen/AArch64/fp16_intrinsic_scalar_1op.ll | 318 ++++++++++++++++++++++ test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll | 117 ++++++++ test/CodeGen/AArch64/fp16_intrinsic_scalar_3op.ll | 13 + test/CodeGen/AArch64/fp16_intrinsic_vector_1op.ll | 42 +++ test/CodeGen/AArch64/fp16_intrinsic_vector_2op.ll | 80 ++++++ test/CodeGen/AArch64/fp16_intrinsic_vector_3op.ll | 22 ++ 7 files changed, 893 insertions(+) create mode 100644 test/CodeGen/AArch64/fp16_intrinsic_lane.ll create mode 100644 test/CodeGen/AArch64/fp16_intrinsic_scalar_1op.ll create mode 100644 test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll create mode 100644 test/CodeGen/AArch64/fp16_intrinsic_scalar_3op.ll create mode 100644 test/CodeGen/AArch64/fp16_intrinsic_vector_1op.ll create mode 100644 test/CodeGen/AArch64/fp16_intrinsic_vector_2op.ll create mode 100644 test/CodeGen/AArch64/fp16_intrinsic_vector_3op.ll