[Mlir-commits] [mlir] [mlir][MemRef] Add runtime bounds checking (PR #75817)
Matthias Springer
llvmlistbot at llvm.org
Tue Dec 19 22:19:43 PST 2023
================
@@ -133,6 +144,179 @@ struct CastOpInterface
}
};
+template <typename LoadStoreOp>
+struct LoadStoreOpInterface
----------------
matthias-springer wrote:
Add comment to all new interface impls and briefly mention what is being verified.
https://github.com/llvm/llvm-project/pull/75817
More information about the Mlir-commits
mailing list