[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:56:20 PDT 2025
https://github.com/matthias-springer commented:
Can you also delete this (MemRef/Transforms/RuntimeOpVerification.cpp):
```
struct SubViewOpInterface
: public RuntimeVerifiableOpInterface::ExternalModel<SubViewOpInterface,
SubViewOp> {
void generateRuntimeVerification(Operation *op, OpBuilder &builder,
Location loc) const {
```
This file should stay in sync with the op semantics.
https://github.com/llvm/llvm-project/pull/152164
More information about the Mlir-commits
mailing list