9 #ifndef MLIR_CONVERSION_SCFTOCONTROLFLOW_SCFTOCONTROLFLOW_H_
10 #define MLIR_CONVERSION_SCFTOCONTROLFLOW_SCFTOCONTROLFLOW_H_
16 class RewritePatternSet;
18 #define GEN_PASS_DECL_SCFTOCONTROLFLOWPASS
19 #include "mlir/Conversion/Passes.h.inc"
Include the generated interface declarations.
const FrozenRewritePatternSet & patterns
void populateSCFToControlFlowConversionPatterns(RewritePatternSet &patterns)
Collect a set of patterns to convert SCF operations to CFG branch-based operations within the Control...