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

Cullen Rhodes llvmlistbot at llvm.org
Wed Mar 13 03:34:32 PDT 2024


================
@@ -0,0 +1,174 @@
+// DEFINE: %{compile} =  mlir-opt %s \
+// DEFINE:    -transform-interpreter -test-transform-dialect-erase-schedule \
+// DEFINE:    -one-shot-bufferize -func-bufferize -cse -canonicalize -convert-vector-to-scf -test-lower-to-llvm -o %t
----------------
c-rhodes wrote:

flags can be simplified
```suggestion
// DEFINE:    -one-shot-bufferize="bufferize-function-boundaries" -test-lower-to-llvm -o %t
```

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


More information about the Mlir-commits mailing list