diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/explicit_outer_detection.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/explicit_outer_detection.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/explicit_outer_detection.ll b/llvm/test/Transforms/LoopVectorize/explicit_outer_detection.ll index c46d7b09735..33527b307da 100644 --- a/llvm/test/Transforms/LoopVectorize/explicit_outer_detection.ll +++ b/llvm/test/Transforms/LoopVectorize/explicit_outer_detection.ll @@ -73,7 +73,7 @@ for.end15: ; preds = %outer.inc, %entry ; CHECK-LABEL: case2 ; CHECK: LV: Loop hints: force=enabled width=0 unroll=0 ; CHECK: LV: We can vectorize this outer loop! -; CHECK: LV: Using computed VF 1 to build VPlans. +; CHECK: LV: Using VF 1 to build VPlans. define void @case2(i32* nocapture %a, i32* nocapture readonly %b, i32 %N, i32 %M) local_unnamed_addr { entry: |