This change adds a builder that populates the body of a SequenceOp. This is useful for constructing SequenceOps from C++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137710
[mlir][transform] Add C++ builder to SequenceOp ClosedPublic Authored by springerm on Nov 9 2022, 6:10 AM.
Details Summary This change adds a builder that populates the body of a SequenceOp. This is useful for constructing SequenceOps from C++.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Nov 17 2022, 6:56 AM This revision was landed with ongoing or failed builds.Nov 17 2022, 7:02 AM Closed by commit rG00c95b19d796: [mlir][transform] Add C++ builder to SequenceOp (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 476115 mlir/include/mlir/Dialect/Transform/IR/TransformOps.h
mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
|
The "core" transform dialect moved away from using PDL types. We should use the same type as root operand.