; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+sve,+f32mm -asm-verbose=0 < %s -o - 2>%t | FileCheck %s ; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t ; If this check fails please read test/CodeGen/AArch64/README for instructions on how to resolve it. ; WARN-NOT: warning define @fmmla_s( %r, %a, %b) nounwind { entry: ; CHECK-LABEL: fmmla_s: ; CHECK-NEXT: fmmla z0.s, z1.s, z2.s ; CHECK-NEXT: ret %val = tail call @llvm.aarch64.sve.fmmla.nxv4f32( %r, %a, %b) ret %val } declare @llvm.aarch64.sve.fmmla.nxv4f32(,,)