CIRCT
20.0.0git
|
This pattern checks for one of two cases that will lead to IfOp deletion: (1) Then and Else bodies are both empty. More...
Public Member Functions | |
LogicalResult | matchAndRewrite (IfOp ifOp, PatternRewriter &rewriter) const override |
This pattern checks for one of two cases that will lead to IfOp deletion: (1) Then and Else bodies are both empty.
(2) Then body is empty and Else body does not exist.
Definition at line 2474 of file CalyxOps.cpp.
|
inlineoverride |
Definition at line 2476 of file CalyxOps.cpp.
References eraseControlWithGroupAndConditional().