summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
authorFlorian Hahn <florian.hahn@arm.com>2018-09-12 08:01:57 +0000
committerFlorian Hahn <florian.hahn@arm.com>2018-09-12 08:01:57 +0000
commit1086ce2397e0c954855ae96edbd864934a09a92b (patch)
tree6e2dd29a342b387af302dc543af9cdf6cf28303a /llvm/test/Transforms/LoopVectorize
parent73c201da51505c8598625918f0f0cf8b315360da (diff)
downloadbcm5719-llvm-1086ce2397e0c954855ae96edbd864934a09a92b.tar.gz
bcm5719-llvm-1086ce2397e0c954855ae96edbd864934a09a92b.zip
[LV] Move InterleaveGroup and InterleavedAccessInfo to VectorUtils.h (NFC)
Move the 2 classes out of LoopVectorize.cpp to make it easier to re-use them for VPlan outside LoopVectorize.cpp Reviewers: Ayal, mssimpso, rengolin, dcaballe, mkuper, hsaito, hfinkel, xbolva00 Reviewed By: rengolin, xbolva00 Differential Revision: https://reviews.llvm.org/D49488 llvm-svn: 342027
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/SystemZ/mem-interleaving-costs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/SystemZ/mem-interleaving-costs.ll b/llvm/test/Transforms/LoopVectorize/SystemZ/mem-interleaving-costs.ll
index 5c15ee4f2d9..4e04a3423ed 100644
--- a/llvm/test/Transforms/LoopVectorize/SystemZ/mem-interleaving-costs.ll
+++ b/llvm/test/Transforms/LoopVectorize/SystemZ/mem-interleaving-costs.ll
@@ -1,6 +1,6 @@
; REQUIRES: asserts
; RUN: opt -mtriple=s390x-unknown-linux -mcpu=z13 -loop-vectorize \
-; RUN: -force-vector-width=4 -debug-only=loop-vectorize \
+; RUN: -force-vector-width=4 -debug-only=loop-vectorize,vectorutils \
; RUN: -disable-output < %s 2>&1 | FileCheck %s
;
; Check that the loop vectorizer performs memory interleaving with accurate
OpenPOWER on IntegriCloud