[Mlir-commits] [mlir] [mlir][memref] Allow out-of-bounds semantics for memref.subview (PR #152164)
Matthias Springer
llvmlistbot at llvm.org
Tue Aug 5 11:48:16 PDT 2025
================
@@ -745,22 +745,6 @@ func.func @invalid_subview(%arg0 : index, %arg1 : index, %arg2 : index) {
// -----
-func.func @invalid_subview(%arg0: memref<10xf32>) {
----------------
matthias-springer wrote:
Can you move these to `ops.mlir`?
https://github.com/llvm/llvm-project/pull/152164
More information about the Mlir-commits
mailing list