[llvm] dead1c1 - [LV] Add basic check lines to test added in 00200dbda31674e59.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 18 06:12:51 PST 2021
Author: Florian Hahn
Date: 2021-11-18T14:08:57Z
New Revision: dead1c11ff1c31cf096b5183ed6da4d31a30c6a8
URL: https://github.com/llvm/llvm-project/commit/dead1c11ff1c31cf096b5183ed6da4d31a30c6a8
DIFF: https://github.com/llvm/llvm-project/commit/dead1c11ff1c31cf096b5183ed6da4d31a30c6a8.diff
LOG: [LV] Add basic check lines to test added in 00200dbda31674e59.
Added:
Modified:
llvm/test/Transforms/LoopVectorize/scev-during-mutation.ll
Removed:
################################################################################
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
More information about the llvm-commits
mailing list