summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/BBVectorize/simple.ll
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-07 10:22:36 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-07 10:22:36 +0000
commit7383bfd67e4d269f168723f27f8998768e6bbd1a (patch)
tree21fc4df66a2588fbd9f961aabbb644cd95b2b20c /llvm/test/Transforms/BBVectorize/simple.ll
parent2883da3b51e16335faf9a07394b78b8039838e2b (diff)
downloadbcm5719-llvm-7383bfd67e4d269f168723f27f8998768e6bbd1a.tar.gz
bcm5719-llvm-7383bfd67e4d269f168723f27f8998768e6bbd1a.zip
Switch BBVectorize to directly depend on having a TTI analysis.
This could be simplified further, but Hal has a specific feature for ignoring TTI, and so I preserved that. Also, I needed to use it because a number of tests fail when switching from a null TTI to the NoTTI nonce implementation. That seems suspicious to me and so may be something that you need to look into Hal. I worked it by preserving the old behavior for these tests with the flag that ignores all target info. llvm-svn: 171722
Diffstat (limited to 'llvm/test/Transforms/BBVectorize/simple.ll')
-rw-r--r--llvm/test/Transforms/BBVectorize/simple.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/BBVectorize/simple.ll b/llvm/test/Transforms/BBVectorize/simple.ll
index 3527ae75b45..a447908d16c 100644
--- a/llvm/test/Transforms/BBVectorize/simple.ll
+++ b/llvm/test/Transforms/BBVectorize/simple.ll
@@ -1,5 +1,5 @@
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
-; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -instcombine -gvn -S | FileCheck %s
+; RUN: opt < %s -bb-vectorize -bb-vectorize-req-chain-depth=3 -bb-vectorize-ignore-target-info -instcombine -gvn -S | FileCheck %s
; Basic depth-3 chain
define double @test1(double %A1, double %A2, double %B1, double %B2) {
OpenPOWER on IntegriCloud