| ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6 |
| ; RUN: llc -mtriple aarch64-none-linux-gnu -mattr=+neon,+f16f32mm < %s | FileCheck %s |
| ; RUN: llc -mtriple aarch64-none-linux-gnu -mattr=+neon,+f16f32mm -global-isel < %s | FileCheck %s |
| |
| define <4 x float> @fmmla.v4f32.v8f16(<4 x float> %acc, <8 x half> %a, <8 x half> %b) { |
| ; CHECK-LABEL: fmmla.v4f32.v8f16: |
| ; CHECK: // %bb.0: // %entry |
| ; CHECK-NEXT: fmmla v0.4s, v1.8h, v2.8h |
| ; CHECK-NEXT: ret |
| entry: |
| %out = tail call <4 x float> @llvm.aarch64.neon.fmmla.v4f32.v8f16(<4 x float> %acc, <8 x half> %a, <8 x half> %b) |
| ret <4 x float> %out |
| } |