; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme-f16f16 -force-streaming -verify-machineinstrs < %s | FileCheck %s define {, } @multi_vector_cvtl_widen_x2_f16( %zn0) { ; CHECK-LABEL: multi_vector_cvtl_widen_x2_f16: ; CHECK: // %bb.0: ; CHECK-NEXT: fcvtl { z0.s, z1.s }, z0.h ; CHECK-NEXT: ret %res = call { , } @llvm.aarch64.sve.fcvtl.widen.x2.nxv4f32( %zn0) ret {, } %res }