[Mlir-commits] [mlir] [mlir][memref]: Fix Bug in GlobalOp Verifier (PR #144900)
Matthias Springer
llvmlistbot at llvm.org
Wed Jun 25 02:33:00 PDT 2025
matthias-springer wrote:
I would change the `memref.global` verifier: it should check the shape + element type of the memref / tensor types match, nothing more. The only reason why there is a tensor type at all is because we want to reuse `DenseElementsAttr`, which requires a type.
https://github.com/llvm/llvm-project/pull/144900
More information about the Mlir-commits
mailing list