|
MLIR 22.0.0git
|
#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::Pass > | mlir::createConvertControlFlowToLLVMPass () |
| std::unique_ptr<::mlir::Pass > | mlir::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 ®istry) |
| #define GEN_PASS_DECL_CONVERTCONTROLFLOWTOLLVMPASS |
Definition at line 25 of file ControlFlowToLLVM.h.