[Mlir-commits] [mlir] a4031db - [mlir] Fix build after #141454 (#141456)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun May 25 22:56:30 PDT 2025
Author: Matthias Springer
Date: 2025-05-26T14:56:27+09:00
New Revision: a4031db7e00d098d2be495c60f48766c161b389a
URL: https://github.com/llvm/llvm-project/commit/a4031db7e00d098d2be495c60f48766c161b389a
DIFF: https://github.com/llvm/llvm-project/commit/a4031db7e00d098d2be495c60f48766c161b389a.diff
LOG: [mlir] Fix build after #141454 (#141456)
Added:
Modified:
mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir b/mlir/test/Integration/Dialect/Linalg/CPU/runtime-verification.mlir
index dc56a3c52baad..9f4393efc87bf 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 \
More information about the Mlir-commits
mailing list