search for: expandaddtogep

Displaying 2 results from an estimated 2 matches for "expandaddtogep".

2009 May 27
0
[LLVMdev] Build fails on windows using VS2008
...arius Wachtler Index: lib/Analysis/ScalarEvolutionExpander.cpp =================================================================== --- lib/Analysis/ScalarEvolutionExpander.cpp (revision 72444) +++ lib/Analysis/ScalarEvolutionExpander.cpp (working copy) @@ -443,7 +443,7 @@ // comments on expandAddToGEP for details. if (SE.TD) { SCEVHandle Base = S->getStart(); - SCEVHandle RestArray[1] = Rest; + SCEVHandle RestArray[1] = { Rest }; // Dig into the expression to find the pointer base for a GEP. ExposePointerBase(Base, RestArray[0], SE); // If we found a...
2011 May 06
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...igned long long, unsigned char*, unsigned int, llvm::TargetData const&)in libLLVMAnalysis.a(ConstantFolding.cpp.o) SymbolicallyEvaluateGEP(llvm::Constant* const*, unsigned int, llvm::Type const*, llvm::TargetData const*)in libLLVMAnalysis.a(ConstantFolding.cpp.o) llvm::SCEVExpander::expandAddToGEP(llvm::SCEV const* const*, llvm::SCEV const* const*, llvm::PointerType const*, llvm::Type const*, llvm::Value*)in libLLVMAnalysis.a(ScalarEvolutionExpander.cpp.o) "llvm::UnsafeFPMath", referenced from: __ZN4llvm12UnsafeFPMathE$non_lazy_ptr in libLLVMSelectionDAG.a(SelectionDAG.cpp....