MLIR
18.0.0git
|
#include "mlir/IR/OwningOpRef.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
llvm | |
Include the generated interface declarations. | |
mlir | |
Include the generated interface declarations. | |
Functions | |
OwningOpRef< ModuleOp > | mlir::translateLLVMIRToModule (std::unique_ptr< llvm::Module > llvmModule, MLIRContext *context, bool emitExpensiveWarnings=true) |
Translates the LLVM module into an MLIR module living in the given context. More... | |
DataLayoutSpecInterface | mlir::translateDataLayout (const llvm::DataLayout &dataLayout, MLIRContext *context) |
Translate the given LLVM data layout into an MLIR equivalent using the DLTI dialect. More... | |