This better matches the actual IR concept that is being modeled, and is consistent with how the rest of PDL is structured.
Depends On D95717
Paths
| Differential D95718
[mlir][pdl][NFC] Rename InputOp to OperandOp ClosedPublic Authored by rriddle on Jan 29 2021, 7:54 PM.
Details Summary This better matches the actual IR concept that is being modeled, and is consistent with how the rest of PDL is structured. Depends On D95717
Diff Detail
Event Timelinerriddle added a child revision: D95719: [mlir][pdl] Restructure how results are represented..Jan 29 2021, 7:55 PM jpienaar added inline comments. This revision is now accepted and ready to land.Feb 28 2021, 2:21 PM rriddle marked an inline comment as done. Comment ActionsRebase
This revision was landed with ongoing or failed builds.Mar 3 2021, 3:55 PM Closed by commit rGe07c968a6da0: [mlir][pdl][NFC] Rename InputOp to OperandOp (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 327953 mlir/include/mlir/Dialect/PDL/IR/PDLDialect.td
mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
mlir/lib/Conversion/PDLToPDLInterp/PredicateTree.cpp
mlir/lib/Dialect/PDL/IR/PDL.cpp
mlir/test/Conversion/PDLToPDLInterp/pdl-to-pdl-interp-matcher.mlir
mlir/test/Conversion/PDLToPDLInterp/pdl-to-pdl-interp-rewriter.mlir
mlir/test/Dialect/PDL/invalid.mlir
mlir/test/Dialect/PDL/ops.mlir
|
Lucky that no move was required to keep it alphatized :)