summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/vect.stats.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/vect.stats.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/vect.stats.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/vect.stats.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/vect.stats.ll b/llvm/test/Transforms/LoopVectorize/vect.stats.ll
index 92ec24f726e..556da455b4b 100644
--- a/llvm/test/Transforms/LoopVectorize/vect.stats.ll
+++ b/llvm/test/Transforms/LoopVectorize/vect.stats.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -loop-vectorize -force-vector-unroll=4 -force-vector-width=4 -debug-only=loop-vectorize -stats -S 2>&1 | FileCheck %s
+; RUN: opt < %s -loop-vectorize -force-vector-interleave=4 -force-vector-width=4 -debug-only=loop-vectorize -stats -S 2>&1 | FileCheck %s
; REQUIRES: asserts
;
@@ -62,4 +62,4 @@ for.body:
for.end:
ret void
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud