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

Go to the source code of this file.

Classes

struct  mlir::ConvertControlFlowToLLVMPassOptions

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::cf

Macros

#define GEN_PASS_DECL_CONVERTCONTROLFLOWTOLLVMPASS

Functions

std::unique_ptr<::mlir::Passmlir::createConvertControlFlowToLLVMPass ()
std::unique_ptr<::mlir::Passmlir::createConvertControlFlowToLLVMPass (ConvertControlFlowToLLVMPassOptions options)
void mlir::cf::populateControlFlowToLLVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns)
 Collect the patterns to convert from the ControlFlow dialect to LLVM.
void mlir::cf::populateAssertToLLVMConversionPattern (const LLVMTypeConverter &converter, RewritePatternSet &patterns, bool abortOnFailure=true, SymbolTableCollection *symbolTables=nullptr)
 Populate the cf.assert to LLVM conversion pattern.
void mlir::cf::registerConvertControlFlowToLLVMInterface (DialectRegistry &registry)

Macro Definition Documentation

◆ GEN_PASS_DECL_CONVERTCONTROLFLOWTOLLVMPASS

#define GEN_PASS_DECL_CONVERTCONTROLFLOWTOLLVMPASS

Definition at line 25 of file ControlFlowToLLVM.h.