MLIR  17.0.0git
Functions
AllocLikeConversion.cpp File Reference
#include "mlir/Conversion/MemRefToLLVM/AllocLikeConversion.h"
#include "mlir/Analysis/DataLayoutAnalysis.h"
#include "mlir/Dialect/LLVMIR/FunctionCallUtils.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
+ Include dependency graph for AllocLikeConversion.cpp:

Go to the source code of this file.

Functions

static Value castAllocFuncResult (ConversionPatternRewriter &rewriter, Location loc, Value allocatedPtr, MemRefType memRefType, Type elementPtrType, LLVMTypeConverter &typeConverter)
 

Function Documentation

◆ castAllocFuncResult()

static Value castAllocFuncResult ( ConversionPatternRewriter rewriter,
Location  loc,
Value  allocatedPtr,
MemRefType  memRefType,
Type  elementPtrType,
LLVMTypeConverter typeConverter 
)
static