Skip to content
Commit 5fe97e7a authored by Chris Lattner's avatar Chris Lattner
Browse files

@test9 is a testcase for r89958. Before 89958, we misanalyzed the

first expression as P+4+4*i which we considered to possibly alias
P+4*j.  Now we correctly analyze the former one as P+1+4*i.

@test10 is a sanity test that verfies that we know that P+4+4*i != P+4*i.

llvm-svn: 89960
parent 1bf7ff70
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment