[Mlir-commits] [mlir] [mlir][tablegen] make enum parser optional (PR #98508)
Jacques Pienaar
llvmlistbot at llvm.org
Thu Jul 11 12:20:21 PDT 2024
https://github.com/jpienaar commented:
> Reason/point: plenty of useful stuff emitted for enums even if you don't want to connect them to IR
Could you expand on this? Also one has the IR and then the textual representation of the in memory, may be useful to expand what this does to that (for operations there is a generic format, so its "obvious" what disabling or non custom format does). The way I read this is it reduces deps
https://github.com/llvm/llvm-project/pull/98508
More information about the Mlir-commits
mailing list