Skip to content

Commit b895a97

Browse files
author
GYT
committed
update check-nots as the message was removed in favor of llvm_unreachable
1 parent 936d9e3 commit b895a97

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

llvm/test/Transforms/LoopVectorize/diag-disable_nonforced-msgs.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
; RUN: < %s 2>&1 | FileCheck %s
1111
; CHECK-NOT: LV: We can vectorize this loop
1212
; CHECK-NOT: LV: Not vectorizing: #pragma vectorize disable.
13-
; CHECK-NOT: LV: Not vectorizing: disabled for an unknown reason
1413
; CHECK-NOT: LV: Not vectorizing: VectorizeOnlyWhenForced is set
1514
; CHECK-NOT: LV: Not vectorizing: Disabled/already vectorized
1615
; CHECK-NOT: LV: Not vectorizing: Cannot prove legality

llvm/test/Transforms/LoopVectorize/diag-disabled-vectorization-msgs.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
; RUN: < %s 2>&1 | FileCheck --check-prefix=METADATA %s
1010
; METADATA-NOT: LV: We can vectorize this loop
1111
; METADATA-NOT: LV: Not vectorizing: loop hasDisableAllTransformsHint
12-
; METADATA-NOT: LV: Not vectorizing: disabled for an unknown reason
1312
; METADATA-NOT: LV: Not vectorizing: VectorizeOnlyWhenForced is set
1413
; METADATA-NOT: LV: Not vectorizing: Disabled/already vectorized
1514
; METADATA-NOT: LV: Not vectorizing: Cannot prove legality
@@ -33,7 +32,6 @@
3332
; RUN: 2>&1 | FileCheck --check-prefix=FORCEDONLY %s
3433
; FORCEDONLY-NOT: LV: We can vectorize this loop
3534
; FORCEDONLY-NOT: LV: Not vectorizing: loop hasDisableAllTransformsHint
36-
; FORCEDONLY-NOT: LV: Not vectorizing: disabled for an unknown reason
3735
; FORCEDONLY-NOT: LV: Not vectorizing: #pragma vectorize disable
3836
; FORCEDONLY-NOT: LV: Not vectorizing: Disabled/already vectorized
3937
; FORCEDONLY-NOT: LV: Not vectorizing: Cannot prove legality

0 commit comments

Comments
 (0)