[Mlir-commits] [mlir] [mlir][ArmSME] Update `OuterProductFusion` to account for recent changes (PR #102125)

Benjamin Maxwell llvmlistbot at llvm.org
Tue Aug 6 07:12:22 PDT 2024


================
@@ -1,11 +1,7 @@
 // RUN: mlir-opt %s \
 // RUN:   -transform-interpreter -test-transform-dialect-erase-schedule  \
 // RUN:   -one-shot-bufferize="bufferize-function-boundaries" -canonicalize \
----------------
MacDue wrote:

Without the `-canonicalize` it fails to lower (as some masks come from `vector.extracts` and our patterns only work when the mask is a `vector.create_mask`).

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


More information about the Mlir-commits mailing list