[clang] [llvm] [AArch64] Add intrinsic support for Fdot instr. (PR #189987)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 02:45:21 PDT 2026
================
@@ -6699,6 +6699,13 @@ multiclass SIMDThreeSameVectorFDot<string asm, SDPatternOperator OpNode = null_f
v2f32, v4f16, OpNode>;
def v8f16_v4f32 : BaseSIMDThreeSameVectorDot<1, 0, 0b10, 0b1111, asm, ".4s", ".8h", V128,
v4f32, v8f16, OpNode>;
+
+ def : Pat<(v2f32 (int_aarch64_neon_fdot (v2f32 V64:$Rd),
----------------
Lukacma wrote:
I am not sure I follow ? I am using the OpNode for partial reduce pattern ?
https://github.com/llvm/llvm-project/pull/189987
More information about the llvm-commits
mailing list