diff options
author | Sanjay Patel <spatel@rotateright.com> | 2014-09-10 17:58:16 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2014-09-10 17:58:16 +0000 |
commit | b653de1ada7e76a28bcc35402e6cd70f725e0690 (patch) | |
tree | 609443fa6f29272b23753ac3175aedd5dac18a5d /llvm/test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll | |
parent | e4f6684d1bbebd464c6cff6b424bce400676250f (diff) | |
download | bcm5719-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/runtime-check-readonly-address-space.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll b/llvm/test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll index 212b37cceab..56f1f9981db 100644 --- a/llvm/test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll +++ b/llvm/test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -march=r600 -mcpu=cayman -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine < %s | FileCheck %s +; RUN: opt -S -march=r600 -mcpu=cayman -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine < %s | FileCheck %s ; Artificial datalayout target datalayout = "e-p:32:32:32-p1:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-v16:16:16-v24:32:32-v32:32:32-v48:64:64-v64:64:64-v96:128:128-v128:128:128-v192:256:256-v256:256:256-v512:512:512-v1024:1024:1024-v2048:2048:2048-n32:64" |