[Mlir-commits] [mlir] [mlir] Add OpAsmTypeInterface for pretty-print (PR #121187)

Hongren Zheng llvmlistbot at llvm.org
Mon Jan 13 10:17:08 PST 2025


ZenithalHourlyRate wrote:

> > Can you split this into a different PR? It'd be nice to add the TypeInterface by itself before using it for value names.
> > I also think it'd be better to move this new "default" behavior to the OpAsmPrinter file, not the interface here.
> 
> Will do so.

Updated this PR according to this comment. Further PR on new "default" behavior would be opened once this PR were landed.

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


More information about the Mlir-commits mailing list