[Mlir-commits] [mlir] [mlir][bufferization] Refine tensor-buffer compatibility checks (PR #167705)
Andrei Golubev
llvmlistbot at llvm.org
Tue Nov 18 00:56:49 PST 2025
================
@@ -1,4 +1,4 @@
-// RUN: mlir-opt %s -test-tensorlike-bufferlike -split-input-file | FileCheck %s
+// RUN: mlir-opt %s -test-tensorlike-bufferlike -verify-diagnostics -split-input-file | FileCheck %s
----------------
andrey-golubev wrote:
removed the `-verify-diagnostics` part. thanks for noticing!
https://github.com/llvm/llvm-project/pull/167705
More information about the Mlir-commits
mailing list