MLIR  19.0.0git
Variables
DataLayoutImporter.cpp File Reference
#include "DataLayoutImporter.h"
#include "mlir/Dialect/DLTI/DLTI.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/Interfaces/DataLayoutInterfaces.h"
#include "mlir/Target/LLVMIR/Import.h"
#include "llvm/IR/DataLayout.h"

Go to the source code of this file.

Variables

static constexpr StringRef kDefaultDataLayout
 The default data layout used during the translation. More...
 

Variable Documentation

◆ kDefaultDataLayout

constexpr StringRef kDefaultDataLayout
staticconstexpr
Initial value:
=
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-"
"f16:16:16-f64:64:64-f128:128:128"

The default data layout used during the translation.

Definition at line 24 of file DataLayoutImporter.cpp.