summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/no_int_induction.ll
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-09-10 17:58:16 +0000
committerSanjay Patel <spatel@rotateright.com>2014-09-10 17:58:16 +0000
commitb653de1ada7e76a28bcc35402e6cd70f725e0690 (patch)
tree609443fa6f29272b23753ac3175aedd5dac18a5d /llvm/test/Transforms/LoopVectorize/no_int_induction.ll
parente4f6684d1bbebd464c6cff6b424bce400676250f (diff)
downloadbcm5719-llvm-b653de1ada7e76a28bcc35402e6cd70f725e0690.tar.gz
bcm5719-llvm-b653de1ada7e76a28bcc35402e6cd70f725e0690.zip
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names controlling this variable.
"Unroll" is not the appropriate name for this variable. Clang already uses the term "interleave" in pragmas and metadata for this. Differential Revision: http://reviews.llvm.org/D5066 llvm-svn: 217528
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/no_int_induction.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/no_int_induction.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/no_int_induction.ll b/llvm/test/Transforms/LoopVectorize/no_int_induction.ll
index e572d1a884c..1275915f5e3 100644
--- a/llvm/test/Transforms/LoopVectorize/no_int_induction.ll
+++ b/llvm/test/Transforms/LoopVectorize/no_int_induction.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
+; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
; int __attribute__((noinline)) sum_array(int *A, int n) {
; return std::accumulate(A, A + n, 0);
OpenPOWER on IntegriCloud