OpBase.td defined attributes kind for all integer types expect index. This
commit fixes that by adding an IndexAttr attribute kind.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/IR/attribute.mlir | ||
---|---|---|
11 | This doesn't test anything added here. You need to add IndexAttr to the definition of int_attrs(IntAttrOp) in TestOps.td. |
Comment Actions
Rolled this back in d9c7fc658d2befdca9cc147801abfe50cb364767, please run tests before pushing.
This doesn't test anything added here. You need to add IndexAttr to the definition of int_attrs(IntAttrOp) in TestOps.td.