[llvm-commits] [llvm] r80762 - in /llvm/trunk: lib/Analysis/ConstantFolding.cpp test/Transforms/ConstProp/2009-10-01-GEP-Crash.ll

Chris Lattner sabre at nondot.org
Fri Sep 4 11:27:16 PDT 2009


yep, I asked Tanya to do it.

On Sep 4, 2009, at 12:28 AM, Török Edwin wrote:

> On 2009-09-02 08:35, Chris Lattner wrote:
>> Author: lattner
>> Date: Wed Sep  2 00:35:45 2009
>> New Revision: 80762
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=80762&view=rev
>> Log:
>> fix PR4848 an infinite loop when indexing down through a recursive  
>> gep
>> and we get the original pointer type.  This doesn't mean that we're
>> at the first pointer being indexed.  Correct the predicate.
>>
>
> Will this be pulled into 2.6?
>
> The linux kernel still wouldn't compile/link due to PR4689 and PR4628,
> but at least it won't infloop trying to do so.
>
> Best regards,
> --Edwin





More information about the llvm-commits mailing list