-enable-tbaa is on by default now.
authorDan Gohman <gohman@apple.com>
Thu, 16 Dec 2010 02:53:48 +0000 (02:53 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Dec 2010 02:53:48 +0000 (02:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121945 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
test/Analysis/TypeBasedAliasAnalysis/dse.ll
test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
test/Analysis/TypeBasedAliasAnalysis/licm.ll
test/Analysis/TypeBasedAliasAnalysis/precedence.ll
test/Analysis/TypeBasedAliasAnalysis/sink.ll

index e9b479d6cd8ee755aaabccef3e986a9ce634d78e..d59e3924acd300045f2ed3ed178737209e0adad0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -enable-tbaa -tbaa -basicaa -gvn -S | FileCheck %s
+; RUN: opt < %s -tbaa -basicaa -gvn -S | FileCheck %s
 
 ; Test that basic alias queries work.
 
index 83046aae45667285aaccb4be52550a5deeba51c2..3b5211e5999d102c3bb18514345a69f39031c694 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -enable-tbaa -tbaa -basicaa -argpromotion -mem2reg -S | not grep alloca
+; RUN: opt < %s -tbaa -basicaa -argpromotion -mem2reg -S | not grep alloca
 
 target datalayout = "E-p:64:64:64"
 
index 09a7f2c3b7880f73ce036d2a2211096464c727e8..6b44eb63842349174bcb79f3ffe3a8d43861ef67 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -enable-tbaa -tbaa -basicaa -dse -S | FileCheck %s
+; RUN: opt < %s -tbaa -basicaa -dse -S | FileCheck %s
 
 ; DSE should make use of TBAA.
 
index 53cce0c94f76a8aece030392be261194c0c22423..8fb5ffffbaea9cd8adbcbe1b02af6f1e47085a49 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -enable-tbaa -tbaa -basicaa -functionattrs -S | FileCheck %s
+; RUN: opt < %s -tbaa -basicaa -functionattrs -S | FileCheck %s
 
 ; FunctionAttrs should make use of TBAA.
 
index d605193902496cc97eb3af826df93d54285a1b8a..eceaa2cf02d349bc9b6f731ab08eeb6fd1055fe0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -enable-tbaa -tbaa -basicaa -gvn -S < %s | FileCheck %s
+; RUN: opt -tbaa -basicaa -gvn -S < %s | FileCheck %s
 
 target datalayout = "e-p:64:64:64"
 
index aa0ebdb648818be91e4085520561251cb5d372cf..12a9c1dc564977ebf802e305c5186581dab7eb9e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -tbaa -licm -enable-tbaa -S < %s | FileCheck %s
+; RUN: opt -tbaa -licm -S < %s | FileCheck %s
 
 ; LICM should be able to hoist the address load out of the loop
 ; by using TBAA information.
index ade39f7c8efde96cdac18c2ce210e753fa9939a8..47cb5f2256d382891f67146a3a26d846b0141871 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt -enable-tbaa -basicaa -tbaa -gvn -instcombine -S < %s | FileCheck %s --check-prefix=TBAA
-; RUN: opt -enable-tbaa -tbaa -basicaa -gvn -instcombine -S < %s | FileCheck %s --check-prefix=BASICAA
+; RUN: opt -basicaa -tbaa -gvn -instcombine -S < %s | FileCheck %s --check-prefix=TBAA
+; RUN: opt -tbaa -basicaa -gvn -instcombine -S < %s | FileCheck %s --check-prefix=BASICAA
 
 ; According to the TBAA metadata the load and store don't alias. However,
 ; according to the actual code, they do. The order of the alias analysis
index e9bb61f602ef513ba7cf412abf978a2e9b9b41cf..fd32d6a7a58ef273eb8c62f7f3a41352583e4dcf 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -tbaa -enable-tbaa -sink -S < %s | FileCheck %s
+; RUN: opt -tbaa -sink -S < %s | FileCheck %s
 
 ; CHECK: a:
 ; CHECK:   %f = load float* %p, !tbaa !2