This patch adds the definitions for the operations and attributes (just
one enum attribute) for the index dialect.
Depends on D135688
Paths
| Differential D135689
[mlir][index] Add `index` dialect ops and attributes ClosedPublic Authored by Mogball on Oct 11 2022, 9:33 AM.
Details Summary This patch adds the definitions for the operations and attributes (just Depends on D135688
Diff Detail
Event TimelineMogball added a child revision: D135694: [mlir][index] Add folders for `index` ops.Oct 11 2022, 9:47 AM rriddle added inline comments.
This revision is now accepted and ready to land.Oct 12 2022, 12:24 AM jpienaar added inline comments.
Closed by commit rGddf87d6cd404: [mlir][index] Add `index` dialect ops and attributes (authored by Mogball). · Explain WhyOct 21 2022, 9:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 469669 mlir/include/mlir/Dialect/Index/IR/IndexDialect.td
mlir/include/mlir/Dialect/Index/IR/IndexEnums.tdmlir/include/mlir/Dialect/Index/IR/IndexOps.h
mlir/include/mlir/Dialect/Index/IR/IndexOps.tdmlir/lib/Dialect/Index/IR/IndexAttrs.cpp
mlir/lib/Dialect/Index/IR/IndexOps.cpp
mlir/test/Dialect/Index/index-errors.mlir
mlir/test/Dialect/Index/index-ops.mlir
|
Micro nit: add additional space here and next so we have aligned columns