CIRCT
20.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 218 of file AffineToLoopSchedule.cpp.
|
inlineoverride |
Definition at line 222 of file AffineToLoopSchedule.cpp.