I've not been able to find support for building builtin dialect operations (i.e., builtin.module, builtin.unrealized_conversion_cast) similar to the the stuff underneath melior::dialect::func, ::arith, etc.
Is this an omission or is there some rationale why the builtin dialect hasn't gotten similar treatment as these other dialects?
Maybe I'm just not looking in the right place? Thanks for any help.
I've not been able to find support for building
builtindialect operations (i.e.,builtin.module,builtin.unrealized_conversion_cast) similar to the the stuff underneathmelior::dialect::func,::arith, etc.Is this an omission or is there some rationale why the
builtindialect hasn't gotten similar treatment as these other dialects?Maybe I'm just not looking in the right place? Thanks for any help.