|
MLIR
22.0.0git
|
#include "mlir/Conversion/ControlFlowToLLVM/ControlFlowToLLVM.h"#include "mlir/Conversion/ConvertToLLVM/ToLLVMInterface.h"#include "mlir/Conversion/LLVMCommon/ConversionTarget.h"#include "mlir/Conversion/LLVMCommon/Pattern.h"#include "mlir/Conversion/LLVMCommon/PrintCallHelper.h"#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"#include "mlir/Dialect/LLVMIR/FunctionCallUtils.h"#include "mlir/Dialect/LLVMIR/LLVMDialect.h"#include "mlir/IR/BuiltinOps.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Pass/Pass.h"#include "mlir/Transforms/DialectConversion.h"#include "mlir/Conversion/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
Macros | |
| #define | GEN_PASS_DEF_CONVERTCONTROLFLOWTOLLVMPASS |
| #define | PASS_NAME "convert-cf-to-llvm" |
| #define GEN_PASS_DEF_CONVERTCONTROLFLOWTOLLVMPASS |
Definition at line 29 of file ControlFlowToLLVM.cpp.
| #define PASS_NAME "convert-cf-to-llvm" |
Definition at line 35 of file ControlFlowToLLVM.cpp.