[Mlir-commits] [llvm] [mlir] [mlir][tblgen] Expose more of MLIRTableGen as library (PR #92709)
Mehdi Amini
llvmlistbot at llvm.org
Mon May 20 08:13:05 PDT 2024
joker-eph wrote:
We have to be careful here, because custom backends for ODS is something that I pushed back really hard from the beginning: the risk is that ODS loses it's aspect of being a clear spec (that is it is the language specification AND the backend) for dialect definitions and ultimately becomes just a "json" of losely defined (from a semantics point of view) constructions (ultimately you could even get to a point where each dialect would have its own backend).
https://github.com/llvm/llvm-project/pull/92709
More information about the Mlir-commits
mailing list