[Mlir-commits] [llvm] [mlir] [mlir][tblgen] Expose more of MLIRTableGen as library (PR #92709)

Maksim Levental llvmlistbot at llvm.org
Mon May 20 08:58:17 PDT 2024


makslevental wrote:

> that is it is the language specification AND the backend

FWIW I'm fully bought into ODS as the canonical MLIR spec. So I don't intend on changing or influencing in the upstream direction because my whole goal is to assume a fixed canonical spec and develop from that. 

Anyway the broad goal is simply to enable building/generating various things that would be deemed too experimental for upstream. The near-term thing is more of the C API (attribute builders, type builders, etc) which we've discussed (at least @jpienaar and I) for quite a long time and now I've carved out some time.

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


More information about the Mlir-commits mailing list