aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-10-02 20:29:00 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-10-02 20:29:00 +0000
commite64c7c75309d5d7520bf5dacf388028c6f1b7308 (patch)
tree3f4a023cc5fd9ddf9b14e819eb7b252b3448f262 /llvm/test/Transforms/LoopVectorize/runtime-limit.ll
parentApply slp vectorization on fully-vectorizable tree of height 2 (diff)
downloadllvm-project-e64c7c75309d5d7520bf5dacf388028c6f1b7308.tar.gz
llvm-project-e64c7c75309d5d7520bf5dacf388028c6f1b7308.tar.bz2
llvm-project-e64c7c75309d5d7520bf5dacf388028c6f1b7308.zip
Fix missing CHECK-LABELs
llvm-svn: 191853
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/runtime-limit.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/runtime-limit.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/runtime-limit.ll b/llvm/test/Transforms/LoopVectorize/runtime-limit.ll
index d7839746f0e1..7370a6fb93c5 100644
--- a/llvm/test/Transforms/LoopVectorize/runtime-limit.ll
+++ b/llvm/test/Transforms/LoopVectorize/runtime-limit.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"
; We are vectorizing with 6 runtime checks.
-;CHECK: func1x6
+;CHECK-LABEL: func1x6(
;CHECK: <4 x i32>
;CHECK: ret
define i32 @func1x6(i32* nocapture %out, i32* nocapture %A, i32* nocapture %B, i32* nocapture %C, i32* nocapture %D, i32* nocapture %E, i32* nocapture %F) {
@@ -38,7 +38,7 @@ for.end: ; preds = %for.body
}
; We are not vectorizing with 12 runtime checks.
-;CHECK: func2x6
+;CHECK-LABEL: func2x6(
;CHECK-NOT: <4 x i32>
;CHECK: ret
define i32 @func2x6(i32* nocapture %out, i32* nocapture %out2, i32* nocapture %A, i32* nocapture %B, i32* nocapture %C, i32* nocapture %D, i32* nocapture %E, i32* nocapture %F) {