CIRCT
18.0.0git
|
Helper to hoist computation out of scf::IfOp branches, turning it into a mux-like operation, and exposing potentially concurrent execution of its branches. More...
Public Member Functions | |
LogicalResult | matchAndRewrite (IfOp op, OpAdaptor adaptor, ConversionPatternRewriter &rewriter) const override |
Helper to hoist computation out of scf::IfOp branches, turning it into a mux-like operation, and exposing potentially concurrent execution of its branches.
Definition at line 213 of file AffineToLoopSchedule.cpp.
|
inlineoverride |
Definition at line 217 of file AffineToLoopSchedule.cpp.