[Mlir-commits] [mlir] [mlir][tools] Introduce tblgen-to-irdl tool (PR #66865)

Kunwar Grover llvmlistbot at llvm.org
Sun Sep 24 12:45:28 PDT 2023


Groverkss wrote:

> Why a separate binary and not just another backend for mlir-tblgen?

The reason I did not make this a backend for mlir-tblgen is that this would add a dependency of MLIRIR on mlir-tblgen. I’m not sure how this dependency affects things as I expect the MLIRIR definitions to be generated by mlir-tblgen and mlir-tblgen would start depending on those definitions.

The same question was asked on the RFC as well :) (https://discourse.llvm.org/t/rfc-tblgen-to-irdl-tool/73578/8)

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


More information about the Mlir-commits mailing list