[llvm] b84977b - Rename test to avoid overlapping with debug output

Igor Kirillov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 05:21:42 PDT 2023


Author: Igor Kirillov
Date: 2023-10-19T12:21:31Z
New Revision: b84977bcc12e2468ba733eaf70364503e9e84293

URL: https://github.com/llvm/llvm-project/commit/b84977bcc12e2468ba733eaf70364503e9e84293
DIFF: https://github.com/llvm/llvm-project/commit/b84977bcc12e2468ba733eaf70364503e9e84293.diff

LOG: Rename test to avoid overlapping with debug output

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/ARM/mve-known-trip-count.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/ARM/mve-known-trip-count.ll b/llvm/test/Transforms/LoopVectorize/ARM/mve-known-trip-count.ll
index fcfa79e7cedc4b5..c3e30f1f81f4fd3 100644
--- a/llvm/test/Transforms/LoopVectorize/ARM/mve-known-trip-count.ll
+++ b/llvm/test/Transforms/LoopVectorize/ARM/mve-known-trip-count.ll
@@ -387,10 +387,10 @@ for.body:                                         ; preds = %entry, %for.body
 }
 
 ; Larger example with predication that should also not be vectorized
-; CHECK-LABEL: predicated
+; CHECK-LABEL: predicated_test
 ; CHECK: LV: Selecting VF: 1
 ; CHECK: LV: Selecting VF: 1
-define dso_local i32 @predicated(i32 noundef %0, ptr %glob) #0 {
+define dso_local i32 @predicated_test(i32 noundef %0, ptr %glob) #0 {
   %2 = alloca [101 x i32], align 4
   %3 = alloca [21 x i32], align 4
   call void @llvm.lifetime.start.p0(i64 404, ptr nonnull %2)


        


More information about the llvm-commits mailing list