[clang] [llvm] [AArch64] Add intrinsics for SME FP8 FDOT single and multi instructions (PR #119845)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 04:08:34 PST 2024
================
@@ -3874,11 +3874,47 @@ class SME2_FP8_FDOT_LANE_VG1x4 :
llvm_i32_ty],
[IntrInaccessibleMemOnly, IntrHasSideEffects, ImmArg<ArgIndex<6>>]>;
+class SME2_FP8_FDOT_SINGLE_VG1x2 :
----------------
CarolineConcatto wrote:
I have notice that this is also implemented in
for single: https://github.com/llvm/llvm-project/pull/119568/files
for multi: https://github.com/llvm/llvm-project/pull/119546/files
I think one of you should rebase when merging.
https://github.com/llvm/llvm-project/pull/119845
More information about the llvm-commits
mailing list