Displaying 2 results from an estimated 2 matches for "selectgetelementptr".
2010 Jul 30
1
[LLVMdev] type size
...ey
are on stack versus not on stack. This would help me stride
aggregates of the types differently. Is there a way to influence the
GEP's lowering such that it uses the right stride depending on what
memory it is accessing ?
Currently I see TD.TypeAllocSize being used to obtain the offset in
SelectGetElementPtr which only depends on the type and returns the
same offset.
Any suggestion on how I can do that or if there are any alternative
ideas towards achieving the same ?
thanks for the answers
shrey
2011 May 06
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...llvm::SmallVectorImpl<llvm::EVT>&, llvm::SmallVectorImpl<unsigned long
long>*, unsigned long long)in libLLVMCodeGen.a(Analysis.cpp.o)
llvm::ScalarEvolution::getOffsetOfExpr(llvm::StructType const*,
unsigned int)in libLLVMAnalysis.a(ScalarEvolution.cpp.o)
llvm::FastISel::SelectGetElementPtr(llvm::User const*)in
libLLVMSelectionDAG.a(FastISel.cpp.o)
computeArraySize(llvm::CallInst const*, llvm::TargetData const*,
bool)in libLLVMAnalysis.a(MemoryBuiltins.cpp.o)
llvm::AddressingModeMatcher::MatchOperationAddr(llvm::User*, unsigned
int, unsigned int)in libLLVMTransformUtils.a(...