RewriteEndOp was a fake terminator operation that is no longer needed now that blocks are not required to have terminators.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106911
[PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminator ClosedPublic Authored by rriddle on Jul 27 2021, 1:05 PM.
Details Summary RewriteEndOp was a fake terminator operation that is no longer needed now that blocks are not required to have terminators.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 15 others. · View Herald TranscriptJul 27 2021, 1:05 PM This revision is now accepted and ready to land.Jul 27 2021, 1:11 PM This revision was landed with ongoing or failed builds.Jul 27 2021, 1:45 PM Closed by commit rGddd848211721: [PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminator (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362150 mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
mlir/test/Dialect/PDL/invalid.mlir
|