[llvm] 7b6abd8 - [LV] Remove stray check lines after be28365ca78.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 13:14:47 PST 2025


Author: Florian Hahn
Date: 2025-02-26T21:14:01Z
New Revision: 7b6abd827ff25eacdea14a09d1b74e0eeece854a

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

LOG: [LV] Remove stray check lines after be28365ca78.

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/if-conversion.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/if-conversion.ll b/llvm/test/Transforms/LoopVectorize/if-conversion.ll
index 7f657a7fb8ebb..57109a0996a66 100644
--- a/llvm/test/Transforms/LoopVectorize/if-conversion.ll
+++ b/llvm/test/Transforms/LoopVectorize/if-conversion.ll
@@ -237,9 +237,6 @@ for.end:                                          ; preds = %for.inc, %entry
 ; Handle PHI with single incoming value having a full mask.
 ; PR34523
 
-; CHECK-LABEL: PR34523
-; CHECK: vector.body
-
 define void @PR34523() {
 ; CHECK-LABEL: define void @PR34523() {
 ; CHECK-NEXT:  [[BB1:.*:]]


        


More information about the llvm-commits mailing list