From dead1c11ff1c31cf096b5183ed6da4d31a30c6a8 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Thu, 18 Nov 2021 14:08:57 +0000 Subject: [PATCH] [LV] Add basic check lines to test added in 00200dbda31674e59. --- llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll b/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll index eeaa8b1543a8..700fda8f300d 100644 --- a/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll +++ b/llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll @@ -76,7 +76,10 @@ exit: ret void } -define void @test_pr52024(i32* %dst, i16 %N) { +; CHECK-LABEL: @pr52024( +; CHECK: vector.body: +; +define void @pr52024(i32* %dst, i16 %N) { entry: br label %loop.1