[Mlir-commits] [mlir] [mlir][affine] Modify assertion into a user visible diagnostic (PR #136474)
Mehdi Amini
llvmlistbot at llvm.org
Tue Apr 22 04:30:29 PDT 2025
================
@@ -9,3 +9,71 @@ func.func @unparallel_loop_reduction_unsupported(%in: memref<256x512xf32>, %out:
}
return
}
+
+// -----
+
+#map = affine_map<(d0)[s0] -> (d0 mod s0)>
+#map1 = affine_map<(d0)[s0] -> (d0 floordiv s0)>
+
+func.func @single_loop_unrolling_2D_access_pattern_storeOp(%arg0: index) -> memref<2x2xf32> {
----------------
joker-eph wrote:
The name does not seems super clear about what we test.
https://github.com/llvm/llvm-project/pull/136474
More information about the Mlir-commits
mailing list