summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
diff options
context:
space:
mode:
authorAditya Kumar <hiraditya@msn.com>2017-08-20 10:32:41 +0000
committerAditya Kumar <hiraditya@msn.com>2017-08-20 10:32:41 +0000
commita525fffd0713361c3ccfc679b3b105a3eb4559d1 (patch)
tree82b667df1004e15547fe49d99500ce1ee45e4b31 /llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
parentd5b56a8619bd0d8fee3ead9541e02cfe070e032d (diff)
downloadbcm5719-llvm-a525fffd0713361c3ccfc679b3b105a3eb4559d1.tar.gz
bcm5719-llvm-a525fffd0713361c3ccfc679b3b105a3eb4559d1.zip
[Loop Vectorize] Added a separate metadata
Added a separate metadata to indicate when the loop has already been vectorized instead of setting width and count to 1. Patch written by Divya Shanmughan and Aditya Kumar Differential Revision: https://reviews.llvm.org/D36220 llvm-svn: 311281
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll b/llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
index 5c87dc435c7..33801cab2fe 100644
--- a/llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
+++ b/llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
@@ -25,7 +25,7 @@
; CHECK-LABEL: Test
; CHECK: <4 x i64>
; CHECK: <4 x i32>, <4 x i32>
-; CHECK: llvm.loop.vectorize.width
+; CHECK: !{!"llvm.loop.isvectorized", i32 1}
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud