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-12 23:48:07 +0300
committerTobias Grosser <tobias@grosser.es>2015-03-12 23:48:07 +0300
commitf2716ea7d5857b1ad2ef73bf732ffa8dff1551e0 (patch)
tree8fe90d137583c7b13d2c6dfeec751139cfbf8bee /polly/test
parentbb4126470ac498c2b9cdc40e8858182925f8a015 (diff)
Add -polly-vectorizer=stripmine
By strip-mining outer loops to the innermost level we can enable LLVM's loop vectorizer to vectorize outer loops. llvm-svn: 232100
Diffstat (limited to 'polly/test')
-rw-r--r--polly/test/ScheduleOptimizer/prevectorization.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/test/ScheduleOptimizer/prevectorization.ll b/polly/test/ScheduleOptimizer/prevectorization.ll
index 412410cf3064..887652ef7f6c 100644
--- a/polly/test/ScheduleOptimizer/prevectorization.ll
+++ b/polly/test/ScheduleOptimizer/prevectorization.ll
@@ -1,4 +1,5 @@
; RUN: opt -S %loadPolly -polly-detect-unprofitable -basicaa -polly-opt-isl -polly-vectorizer=polly -polly-ast -analyze < %s | FileCheck %s
+; RUN: opt -S %loadPolly -polly-detect-unprofitable -basicaa -polly-opt-isl -polly-vectorizer=stripmine -polly-ast -analyze < %s | FileCheck %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"