[Mlir-commits] [mlir] [mlir][Ptr] Add the `MemorySpaceAttrInterface` interface and dependencies. (PR #86870)

Fabian Mora llvmlistbot at llvm.org
Wed Jul 31 05:56:21 PDT 2024


fabianmcg wrote:

The last commit addressed reviewer comments, resolve merge conflicts, and more importantly, it made `MemorySpaceAttrInterface` mandatory in `!ptr.ptr`. This decision to make it mandatory was made to improve semantics. In a future patch I'll add a default memory space for the ptr dialect.

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


More information about the Mlir-commits mailing list