[Mlir-commits] [mlir] [mlir][bufferization] Refine tensor-buffer compatibility checks (PR #167705)
Matthias Springer
llvmlistbot at llvm.org
Tue Nov 18 02:15:03 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
----------------
matthias-springer wrote:
`-verify-diagnostics` just tries match up errors, warning, remarks etc. with `// expected-error` etc. in the input file.
https://github.com/llvm/llvm-project/pull/167705
More information about the Mlir-commits
mailing list