[Mlir-commits] [mlir] [mlir][ptr] Add high-level read and write memory operations (PR #161081)
Mehdi Amini
llvmlistbot at llvm.org
Sun Sep 28 07:06:04 PDT 2025
joker-eph wrote:
I'm afraid of bloating the `ptr` dialect and making it more than a low-level/thin thing around memory.
Bundling higher-level concepts in the same dialect as lower-level concepts is something that easily scope creep and leads to intra-dialect lowering: this makes a bunch of things less natural, in particular forming a simple mental model around a dialect (and its canonicalization).
https://github.com/llvm/llvm-project/pull/161081
More information about the Mlir-commits
mailing list