This greatly simplifies the requirements for builders using this mechanism for managing variadic operands.
Depends On D75316
Paths
| Differential D75317
[mlir] Automatically populate `operand_segment_sizes` in the auto-generated build methods. ClosedPublic Authored by rriddle on Feb 27 2020, 4:44 PM.
Details Summary This greatly simplifies the requirements for builders using this mechanism for managing variadic operands. Depends On D75316
Diff Detail
Event Timelinerriddle added a child revision: D75318: [mlir] Remove successor operands from the Operation class.Feb 27 2020, 4:45 PM This revision is now accepted and ready to land.Feb 28 2020, 6:02 AM Closed by commit rGc98cff5ae432: [mlir] Automatically populate `operand_segment_sizes` in the auto-generated… (authored by rriddle). · Explain WhyMar 5 2020, 1:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 248580 mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/include/mlir/Dialect/VectorOps/VectorOps.td
mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/test/mlir-tblgen/op-result.td
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
|