[Mlir-commits] [mlir] [MLIR][TableGen] Fix EnumAttr not recognized as enum in OpFormatGen (PR #189046)

Mehdi Amini llvmlistbot at llvm.org
Wed Apr 22 07:05:31 PDT 2026


joker-eph wrote:

EnumCase is the modern form, before that we had to  (what I refer to legacy) overlay enum on top of an `IntegerAttr`. The enum were not first class and just some sugar on top of the IntegerAttr. 

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


More information about the Mlir-commits mailing list