[Mlir-commits] [mlir] [mlir][LLVM] Add the `byte` type to the LLVM dialect (PR #203795)
Markus Böck
llvmlistbot at llvm.org
Mon Jun 15 02:02:05 PDT 2026
zero9178 wrote:
> Great! I'll take a look tomorrow. This makes sense. Quick question did you consider proposing a dialect for byte semantics outside LLVM? I think there could be value there.
The byte semantics as done in LLVM are quite depply intertwined with its provenance model and poison model and is likely to be rather difficult to generalize and not something I considered doing.
If need be one can always do that later, but I think you'll want to have more than one dialects profit from it without sacraficing the LLVM dialect's semantics
https://github.com/llvm/llvm-project/pull/203795
More information about the Mlir-commits
mailing list