[mlir] Fix build after #141454 (#141456)
diff --git a/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir b/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir index dc56a3c..9f4393e 100644 --- a/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir +++ b/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir
@@ -1,6 +1,7 @@ // RUN: mlir-opt %s -generate-runtime-verification \ // RUN: -one-shot-bufferize="bufferize-function-boundaries" \ // RUN: -buffer-deallocation-pipeline \ +// RUN: -convert-bufferization-to-memref \ // RUN: -convert-linalg-to-loops \ // RUN: -expand-strided-metadata \ // RUN: -lower-affine \