summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/gcc-examples.ll
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-12-11 18:58:10 +0000
committerNadav Rotem <nrotem@apple.com>2012-12-11 18:58:10 +0000
commit5e9efa10fc7eea582bb1ad216364fb2c467e4477 (patch)
tree33a68bbe3bbfcb608a9f31cd49d104ed5929e5af /test/Transforms/LoopVectorize/gcc-examples.ll
parent37a9830d20018dee5557a3a72f750d965ba383c5 (diff)
downloadllvm-5e9efa10fc7eea582bb1ad216364fb2c467e4477.tar.gz
llvm-5e9efa10fc7eea582bb1ad216364fb2c467e4477.tar.bz2
llvm-5e9efa10fc7eea582bb1ad216364fb2c467e4477.tar.xz
Loop Vectorize: optimize the vectorization of trunc(induction_var). The truncation is now done on scalars.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopVectorize/gcc-examples.ll')
-rw-r--r--test/Transforms/LoopVectorize/gcc-examples.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/gcc-examples.ll b/test/Transforms/LoopVectorize/gcc-examples.ll
index f1bf6cb6d8..4fabc8e2d3 100644
--- a/test/Transforms/LoopVectorize/gcc-examples.ll
+++ b/test/Transforms/LoopVectorize/gcc-examples.ll
@@ -329,7 +329,7 @@ define void @example11() nounwind uwtable ssp {
}
;CHECK: @example12
-;CHECK: trunc <4 x i64>
+;CHECK: trunc i64
;CHECK: store <4 x i32>
;CHECK: ret void
define void @example12() nounwind uwtable ssp {