MLIR 22.0.0git
SCFToControlFlow.h File Reference
#include <memory>
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Classes

struct  mlir::SCFToControlFlowPassOptions

Namespaces

namespace  mlir
 Include the generated interface declarations.

Macros

#define GEN_PASS_DECL_SCFTOCONTROLFLOWPASS

Functions

std::unique_ptr<::mlir::Passmlir::createSCFToControlFlowPass ()
std::unique_ptr<::mlir::Passmlir::createSCFToControlFlowPass (SCFToControlFlowPassOptions options)
void mlir::populateSCFToControlFlowConversionPatterns (RewritePatternSet &patterns)
 Collect a set of patterns to convert SCF operations to CFG branch-based operations within the ControlFlow dialect.

Macro Definition Documentation

◆ GEN_PASS_DECL_SCFTOCONTROLFLOWPASS

#define GEN_PASS_DECL_SCFTOCONTROLFLOWPASS

Definition at line 18 of file SCFToControlFlow.h.