From: Chris Lattner Date: Thu, 26 Nov 2009 16:42:00 +0000 (+0000) Subject: update status of this. basicaa is much improved now, X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=856a72cf38fe270513bdf51a1f879b8baa51a668;p=oota-llvm.git update status of this. basicaa is much improved now, only missing the one form (in this testcase). Dan, do you consider this example to be important? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89953 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/ScalarEvolution/scev-aa.ll b/test/Analysis/ScalarEvolution/scev-aa.ll index 0dcf52977a0..371d07c7c1f 100644 --- a/test/Analysis/ScalarEvolution/scev-aa.ll +++ b/test/Analysis/ScalarEvolution/scev-aa.ll @@ -1,8 +1,8 @@ ; RUN: opt < %s -scev-aa -aa-eval -print-all-alias-modref-info \ ; RUN: |& FileCheck %s -; At the time of this writing, all of these CHECK lines are cases that -; plain -basicaa misses. +; At the time of this writing, -basicaa only misses the example of the form +; A[i+(j+1)] != A[i+j]. However, it does get A[(i+j)+1] != A[i+j]. target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64"