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

Kunwar Grover llvmlistbot at llvm.org
Sun Sep 24 13:31:14 PDT 2023


Groverkss wrote:

> > The reason I did not make this a backend for mlir-tblgen is that this would add a dependency of MLIRIR on mlir-tblgen
> 
> This PR does not modify lib/IR/... ; can you clarify where is this dependency coming from?

oops. I meant the other way around, mlir-tblgen would start depending on MLIRIR, since to generate IRDL, we use IR Builders.

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


More information about the Mlir-commits mailing list