Skip to content

Commit dafad8f

Browse files
committed
[NFC] Fixup llc test
1 parent 65b749f commit dafad8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-cvt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ define <vscale x 16 x i8> @bfcvt(<vscale x 8 x bfloat> %zn0, <vscale x 8 x bfloa
4949
; CHECK-NEXT: // kill: def $z0 killed $z0 killed $z0_z1 def $z0_z1
5050
; CHECK-NEXT: bfcvt z0.b, { z0.h, z1.h }
5151
; CHECK-NEXT: ret
52-
%res = call <vscale x 16 x i8> @llvm.aarch64.sve.fp8.cvt.x2.nxv8f16(<vscale x 8 x bfloat> %zn0, <vscale x 8 x bfloat> %zn1)
52+
%res = call <vscale x 16 x i8> @llvm.aarch64.sve.fp8.cvt.x2.nxv8bf16(<vscale x 8 x bfloat> %zn0, <vscale x 8 x bfloat> %zn1)
5353
ret <vscale x 16 x i8> %res
5454
}
5555

0 commit comments

Comments
 (0)