[Mlir-commits] [mlir] [mlir] Add the ability to override attribute parsing/printing in attr-dicts (PR #103304)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Aug 14 00:43:52 PDT 2024
banach-space wrote:
> If parseNamedAttrFn is provided the default parsing can be overridden for a named attribute. parseNamedAttrFn is passed the name of an attribute,
What if we wanted to override printing for multiple named attributes?
https://github.com/llvm/llvm-project/pull/103304
More information about the Mlir-commits
mailing list