[Mlir-commits] [mlir] [mlir][linalg] Add e2e test for linalg.mmt4d + pack/unpack (PR #84964)

Cullen Rhodes llvmlistbot at llvm.org
Thu Mar 28 01:31:44 PDT 2024


================
@@ -0,0 +1,172 @@
+// DEFINE: %{compile} =  mlir-opt %s \
+// DEFINE:    -transform-interpreter -test-transform-dialect-erase-schedule \
+// DEFINE:    -one-shot-bufferize="bufferize-function-boundaries" \
+// DEFINE:    -buffer-deallocation-pipeline  -cse -canonicalize -convert-vector-to-scf -test-lower-to-llvm
----------------
c-rhodes wrote:

`-convert-vector-to-scf` can be removed, it's the first pass in `-test-lower-to-llvm`. Also, replace double space before `-cse` with single space.

```suggestion
// DEFINE:    -buffer-deallocation-pipeline -cse -canonicalize -test-lower-to-llvm
```

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


More information about the Mlir-commits mailing list