[Mlir-commits] [mlir] [mlir][x86vector] Lower vector.contract to FMA or packed type dot-product (PR #168074)

Adam Siemieniuk llvmlistbot at llvm.org
Fri Nov 21 02:04:55 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"
----------------
adam-smnk wrote:

Not sure if these are needed at all.
But if they are, it should be enough to add them to whatever source file requires them.

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


More information about the Mlir-commits mailing list