MLIR  19.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"

Go to the source code of this file.

Functions

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

Function Documentation

◆ castAllocFuncResult()

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