[llvm-commits] [llvm] r85382 - in /llvm/trunk: include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/ABCD.cpp

Nick Lewycky nicholas at mxc.ca
Thu Oct 29 00:37:39 PDT 2009


Chris Lattner wrote:
> 
> On Oct 28, 2009, at 12:03 AM, Nick Lewycky wrote:
> 
>> Author: nicholas
>> Date: Wed Oct 28 02:03:15 2009
>> New Revision: 85382
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=85382&view=rev
>> Log:
>> Add ABCD, a generalized implementation of the Elimination of Array Bounds
>> Checks on Demand algorithm which looks at arbitrary branches instead 
>> of loop
>> iterations. This is GSoC work by Andre Tavares with only editorial 
>> changes
>> applied!
> 
> No testcases?

I have testcases, but they're not playing along at the moment (I never 
wrote down which testcases tested what). I was hoping to commit them 
tonight but it seems that my plans will be shifted back a day.

Nick



More information about the llvm-commits mailing list