[Mlir-commits] [mlir] [mlir] Implement indexed access op interfaces for memref, vector, gpu, nvgpu (PR #177014)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed Feb 4 10:30:13 PST 2026
================
@@ -1321,7 +1346,6 @@ def LoadOp : MemRef_Op<"load",
}];
let hasFolder = 1;
- let hasVerifier = 1;
----------------
krzysz00 wrote:
Done
https://github.com/llvm/llvm-project/pull/177014
More information about the Mlir-commits
mailing list