MLIR  17.0.0git
Namespaces | Macros | Functions
SCFToControlFlow.h File Reference
#include <memory>
#include "mlir/Conversion/Passes.h.inc"
+ Include dependency graph for SCFToControlFlow.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlir
 This header declares functions that assit transformations in the MemRef dialect.
 

Macros

#define GEN_PASS_DECL_SCFTOCONTROLFLOW
 

Functions

void mlir::populateSCFToControlFlowConversionPatterns (RewritePatternSet &patterns)
 Collect a set of patterns to convert SCF operations to CFG branch-based operations within the ControlFlow dialect. More...
 
std::unique_ptr< Passmlir::createConvertSCFToCFPass ()
 Creates a pass to convert SCF operations to CFG branch-based operation in the ControlFlow dialect. More...
 

Macro Definition Documentation

◆ GEN_PASS_DECL_SCFTOCONTROLFLOW

#define GEN_PASS_DECL_SCFTOCONTROLFLOW

Definition at line 18 of file SCFToControlFlow.h.