This revision add support for formatting successor variables in a similar way to operands, attributes, etc.
Depends On D74783
Paths
| Differential D74789
[mlir][DeclarativeParser] Add support for formatting the successors of an operation. ClosedPublic Authored by rriddle on Feb 18 2020, 12:52 PM.
Details Summary This revision add support for formatting successor variables in a similar way to operands, attributes, etc. Depends On D74783
Diff Detail
Event TimelineComment Actions Nice!
This revision is now accepted and ready to land.Feb 21 2020, 12:41 PM Closed by commit rG9eb436feaa7f: [mlir][DeclarativeParser] Add support for formatting the successors of an… (authored by rriddle). · Explain WhyFeb 21 2020, 3:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246018 mlir/docs/OpDefinitions.md
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/include/mlir/Dialect/SPIRV/SPIRVControlFlowOps.td
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/include/mlir/IR/OpImplementation.h
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/lib/Parser/Parser.cpp
mlir/test/Dialect/SPIRV/control-flow-ops.mlir
mlir/test/IR/invalid.mlir
mlir/test/lib/TestDialect/TestOps.td
mlir/test/mlir-tblgen/op-format-spec.td
mlir/test/mlir-tblgen/op-format.mlir
mlir/tools/mlir-tblgen/OpFormatGen.cpp
|
Can we also mention successor here now? Explicitly listing the full list can be quite useful for users unfamiliar with it.