[LLVMdev] llvm::ConvertibleToGEP

Chris Lattner sabre at nondot.org
Tue Jul 26 09:29:15 PDT 2005


On Tue, 26 Jul 2005, Naftali Schwartz wrote:
> But it's completely empty, no?
>
> const Type *llvm::ConvertibleToGEP(const Type *Ty, Value *OffsetVal,
>                                   std::vector<Value*> &Indices,
>                                   const TargetData &TD,
>                                   BasicBlock::iterator *BI) {
>  return 0;
> }
>
> in lib/Transforms/TransformInternals.cpp, how can this be?

Huh, interesting.  I'll remove it, thanks for pointing it out!

-Chris

> On Tue, 26 Jul 2005, Chris Lattner wrote:
>
>> On Tue, 26 Jul 2005, Naftali Schwartz wrote:
>>> It seems like general dependence analysis in LLVM should require that this 
>>> function be, well, functional.  Is it simply a placeholder waiting for 
>>> someone to come and fill in the details?  It also appears that some other 
>>> things besides dependence analysis depend on it as well...anyone working 
>>> on this?
>> 
>> I don't understand what you mean.  This function is just a little utility 
>> function used by the "-raise" pass.
>> 
>> -Chris
>> 
>> -- 
>> http://nondot.org/sabre/
>> http://llvm.org/
>> 
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>> 
>> 
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list