[Mlir-commits] [mlir] [mlir][x86vector] Lower vector.contract to FMA or packed type dot-product (PR #168074)
Arun Thangamani
llvmlistbot at llvm.org
Fri Nov 21 03:27:41 PST 2025
================
@@ -79,6 +83,13 @@ struct MaskHelper {
}
};
+//===----------------------------------------------------------------------===//
+
+void populateVectorContractToFMAPatterns(RewritePatternSet &patterns);
+
+void populateVectorContractToPackedTypeDotProductPatterns(
+ RewritePatternSet &patterns);
----------------
arun-thmn wrote:
Yes, added a line `doc` over the function.
https://github.com/llvm/llvm-project/pull/168074
More information about the Mlir-commits
mailing list