[Mlir-commits] [mlir] [mlir][AsmPrinter] Print op properties directly in generic form (PR #106996)

Markus Böck llvmlistbot at llvm.org
Mon Sep 2 08:31:51 PDT 2024


zero9178 wrote:

> Fwiw, the real problem I'm trying to solve is "do not convert properties to attributes". Apparently, in my case I could get a generic-op-form printer to fire sometimes (e.g. from logs) and this would go through a conversion (that I meticulously try to abolish).

What is the reasoning behind this and could this be solved some other way maybe?

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


More information about the Mlir-commits mailing list