[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:24:22 PST 2025


================
@@ -11,6 +11,10 @@
 
 #include "mlir/IR/Value.h"
 
+#include "mlir/Dialect/Vector/Transforms/VectorTransforms.h"
+#include "mlir/IR/OpDefinition.h"
+#include "mlir/IR/PatternMatch.h"
----------------
arun-thmn wrote:

Yes, those seems to be not requited.
Removed it.

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


More information about the Mlir-commits mailing list