[Mlir-commits] [mlir] [mlir] Add property combinators, initial ODS support (PR #94732)

Krzysztof Drewniak llvmlistbot at llvm.org
Thu Jun 13 15:08:24 PDT 2024


krzysz00 wrote:

Yeah, I started off wanting to plumb `zext nneg` through, noticed `EnumProperty`, started investigating, and got quite annoyed.

My long-term hope is that we'll be able to replace many uses of inherent attributes with inherent properties and save ourselves a bunch of hash lookups for basic data

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


More information about the Mlir-commits mailing list