spcl/pymlir

parse .td files to dialects

JiangPQ opened this issue · 3 comments

Hi, I wonder if it is possible that pymlir takes .td files as input and parse them to Dialects? So that I don't have to hand write the python Dialects.
Thanks!

Interesting idea! Currently we don't support this, but if some dependency like PyTablegen is introduced one can implement that.

@tbennun Glad to see your reply!
Never heard PyTablegen before. I'll check what I can do with it. Thanks for you hints!