[clang] [llvm] [AArch64] Implements FP8 SVE intrinsics for dot-product (PR #118125)

via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 07:59:10 PST 2024


================
@@ -105,6 +105,7 @@ include "arm_immcheck_incl.td"
 // N: svfloat64_t
 // $: svbfloat16_t
 // ~: svmfloat8_t
+// !: mfloat8_t (splat to svmfloat8_t)
----------------
CarolineConcatto wrote:

Nit: Can you move this to line 78 to be together with the other splats.

https://github.com/llvm/llvm-project/pull/118125


More information about the cfe-commits mailing list