Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-03-23 10:00:36 +0300
committerTobias Grosser <tobias@grosser.es>2015-03-23 10:00:36 +0300
commit2873645c517e6729db946613db00c16dcf1225d2 (patch)
tree476a177a2d4a52f3a35d8c137e4952baf54e2c01 /polly/test
parent1b752aab3f3d5d22639e772bc9721040d181673f (diff)
Drop -polly-vectorizer-unroll-only option
This options was earlier used for experiments with the vectorizer, but to my knowledge is not really used anymore. If anybody needs this, we can always reintroduce this feature. llvm-svn: 232934
Diffstat (limited to 'polly/test')
-rw-r--r--polly/test/Isl/CodeGen/20130211-getNumberOfIterations.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/20130211-getNumberOfIterations.ll b/polly/test/Isl/CodeGen/20130211-getNumberOfIterations.ll
index 5470317189df..8fd0606dc88c 100644
--- a/polly/test/Isl/CodeGen/20130211-getNumberOfIterations.ll
+++ b/polly/test/Isl/CodeGen/20130211-getNumberOfIterations.ll
@@ -1,5 +1,4 @@
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-codegen-isl -polly-vectorizer=polly < %s
-; RUN: opt %loadPolly -polly-detect-unprofitable -polly-codegen-isl -polly-vectorizer=unroll-only < %s
; This test case checks that the polly vectorizer does not crash when
; calculating the number of iterations.