MLIR
20.0.0git
|
#include <memory>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::cf | |
Macros | |
#define | GEN_PASS_DECL_CONVERTCONTROLFLOWTOLLVMPASS |
Functions | |
void | mlir::cf::populateControlFlowToLLVMConversionPatterns (const LLVMTypeConverter &converter, RewritePatternSet &patterns) |
Collect the patterns to convert from the ControlFlow dialect to LLVM. More... | |
void | mlir::cf::populateAssertToLLVMConversionPattern (const LLVMTypeConverter &converter, RewritePatternSet &patterns, bool abortOnFailure=true) |
Populate the cf.assert to LLVM conversion pattern. More... | |
void | mlir::cf::registerConvertControlFlowToLLVMInterface (DialectRegistry ®istry) |
#define GEN_PASS_DECL_CONVERTCONTROLFLOWTOLLVMPASS |
Definition at line 24 of file ControlFlowToLLVM.h.