[Mlir-commits] [mlir] [mlir][ArmSME] Update `OuterProductFusion` to account for recent changes (PR #102125)
Cullen Rhodes
llvmlistbot at llvm.org
Tue Aug 6 06:57:29 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 \
----------------
c-rhodes wrote:
I think canonicalize can be dropped?
```suggestion
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
```
https://github.com/llvm/llvm-project/pull/102125
More information about the Mlir-commits
mailing list