[Mlir-commits] [mlir] [mlir][vector] Generalize castAwayContractionLeadingOneDim (PR #187312)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Thu Apr 23 06:34:42 PDT 2026
================
----------------
amd-eochoalo wrote:
@krzysz00 thinking about it, I think it makes more sense to keep this one and then we can write a canonicalization pattern for matching `vector.broadcast <scalar> : vector<1xT>` to ` vector.shapecast <scalar> : vector<1xT>`. Let me know what you think. Otherwise, I'll merge this PR tomorrow and can work on this other pattern some other time.
https://github.com/llvm/llvm-project/pull/187312
More information about the Mlir-commits
mailing list