diff options
| author | Florian Hahn <florian.hahn@arm.com> | 2018-09-12 08:01:57 +0000 |
|---|---|---|
| committer | Florian Hahn <florian.hahn@arm.com> | 2018-09-12 08:01:57 +0000 |
| commit | 1086ce2397e0c954855ae96edbd864934a09a92b (patch) | |
| tree | 6e2dd29a342b387af302dc543af9cdf6cf28303a /llvm/test/Transforms/LoopVectorize | |
| parent | 73c201da51505c8598625918f0f0cf8b315360da (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

