Home
last modified time | relevance | path

Searched refs:dataLayoutAttr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1095 if (auto dataLayoutAttr = in prepareLLVMModule() local
1097 llvmModule->setDataLayout(dataLayoutAttr.cast<StringAttr>().getValue()); in prepareLLVMModule()