[PATCH] D142474: [AArch64][SME2] Add LLVM IR intrinsics for multi-single dots
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 09:32:47 PST 2023
kmclaughlin added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sme2-intrinsics-fp-dots.ll:9
+
+define void @fdot_single_za32_f16_vg1x2(i32 %slice, <vscale x 16 x i8> %unused, <vscale x 8 x half> %zn0, <vscale x 8 x half> %zn1, <vscale x 8 x half> %zn2) #0 {
+; CHECK-LABEL: fdot_single_za32_f16_vg1x2:
----------------
Is the `%unused` argument needed for these tests, since they don't require the multi-vector lists to start at multiples of 2 or 4?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142474/new/
https://reviews.llvm.org/D142474
More information about the llvm-commits
mailing list