[Mlir-commits] [mlir] [mlir][memref]: Fix Bug in GlobalOp Verifier (PR #144900)

Matthias Springer llvmlistbot at llvm.org
Wed Jun 25 00:55:48 PDT 2025


https://github.com/matthias-springer requested changes to this pull request.

This PR assumes that tensor encoding and memref memory space are the same thing. That's not generally the case. Some compilers use that convention during bufferization, but not all do. E.g., the sparse compiler uses the tensor encoding for different purposes.

I don't quite follow what bug this PR is fixing.


https://github.com/llvm/llvm-project/pull/144900


More information about the Mlir-commits mailing list