[llvm-commits] [llvm] r89434 - /llvm/trunk/lib/Analysis/CaptureTracking.cpp

Dan Gohman gohman at apple.com
Fri Nov 20 09:52:38 PST 2009


On Nov 20, 2009, at 3:19 AM, Duncan Sands wrote:
> 
>    Q = GEP P, -(n+1)
>    if (Q > P)
>      break;

Hi Duncan, thanks for pointing these out. I removed the same-object rule,
which wasn't essential to my original testcase, and refined the null
comparison rule to only apply to noalias return values, which is still
sufficient for the original testcase.

Dan




More information about the llvm-commits mailing list