We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print-memref.mlir
1 parent ffcca51 commit a9b6185Copy full SHA for a9b6185
mlir/test/Integration/Dialect/MemRef/print-memref.mlir
@@ -1,6 +1,7 @@
1
// RUN: mlir-opt %s \
2
// RUN: -one-shot-bufferize="bufferize-function-boundaries" --canonicalize \
3
-// RUN: -finalize-memref-to-llvm\
+// RUN: -buffer-deallocation-pipeline \
4
+// RUN: -finalize-memref-to-llvm \
5
// RUN: -convert-func-to-llvm -reconcile-unrealized-casts |\
6
// RUN: mlir-runner \
7
// RUN: -e entry -entry-point-result=void \
0 commit comments