[Mlir-commits] [mlir] [mlir][x86vector] Lower vector.contract to FMA or packed type dot-product (PR #168074)
Arun Thangamani
llvmlistbot at llvm.org
Mon Nov 17 22:19:13 PST 2025
================
----------------
arun-thmn wrote:
Checked pipelining `vector.cast_away_vector_leading_one_dim` before this pass and it is not breaking. This pass checks for the shape of `A`, `B`, and `C` - lowers `vector.contract` to fma.
https://github.com/llvm/llvm-project/pull/168074
More information about the Mlir-commits
mailing list