[Mlir-commits] [mlir] [mlir][memref] Add runtime verification for `memref.atomic_rmw` (PR #130414)

lorenzo chelini llvmlistbot at llvm.org
Wed Apr 30 03:27:23 PDT 2025


================
@@ -0,0 +1,45 @@
+// RUN: mlir-opt %s -generate-runtime-verification \
+// RUN:     -test-cf-assert \
+// RUN:     -expand-strided-metadata \
----------------
chelini wrote:

Why do we need expand-strided-metadata?

https://github.com/llvm/llvm-project/pull/130414


More information about the Mlir-commits mailing list