This diff moves EnumAttr tablegen definitions (specifically, IntEnumAttr and
BitEnumAttr-related classes) from OpBase.td to EnumAttr.td. No
functionality is changed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! Very appreciated.
mlir/include/mlir/Dialect/Arithmetic/IR/ArithmeticBase.td | ||
---|---|---|
12 | Can we keep these sorted? Same in several other places. |
Comment Actions
I don't have commit privileges - it would be great if someone could merge this when convenient.
Comment Actions
- Fix include sorting
- Remove defunct string attribute from attribute classes being moved
- Rebase
Can we keep these sorted? Same in several other places.