aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/cpp-new-array.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/cpp-new-array.ll
parent37a9830d20018dee5557a3a72f750d965ba383c5 (diff)
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/cpp-new-array.ll')
-rw-r--r--test/Transforms/LoopVectorize/cpp-new-array.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/cpp-new-array.ll b/test/Transforms/LoopVectorize/cpp-new-array.ll
index 26902eba9e..af59963899 100644
--- a/test/Transforms/LoopVectorize/cpp-new-array.ll
+++ b/test/Transforms/LoopVectorize/cpp-new-array.ll
@@ -4,7 +4,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
target triple = "x86_64-apple-macosx10.8.0"
;CHECK: @cpp_new_arrays
-;CHECK: insertelement <4 x i32>
+;CHECK: sext i32
;CHECK: load <4 x float>
;CHECK: fadd <4 x float>
;CHECK: ret i32