[Mlir-commits] [mlir] [MLIR][Bufferization]: Handle invalid memref element types (PR #173692)
lonely eagle
llvmlistbot at llvm.org
Sun Dec 28 17:51:13 PST 2025
================
@@ -0,0 +1,8 @@
+// RUN: not mlir-opt %s -one-shot-bufferize -verify-diagnostics
----------------
linuxlonelyeagle wrote:
You maybe can add the test in https://github.com/llvm/llvm-project/blob/main/mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-invalid.mlir.Rather than adding a new file.
https://github.com/llvm/llvm-project/pull/173692
More information about the Mlir-commits
mailing list