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

Mehdi Amini llvmlistbot at llvm.org
Mon Sep 2 07:40:50 PDT 2024


joker-eph wrote:

The infra is setup so that you can parse back an IR in the generic form without registering the operation parser: you would introduce some sort of a custom syntax here in the generic form that can't be generically parsed. Seems like a departure of the generic format invariant?

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


More information about the Mlir-commits mailing list