================
@@ -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),
----------------
CarolineConcatto wrote:
Why you are not using SDPatternOperator OpNode?
https://github.com/llvm/llvm-project/pull/189987
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits