Skip to content

Commit d4f407b

Browse files
author
GYT
committed
update message in tests
1 parent c6a624d commit d4f407b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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: [BUG] Not vectorizing: loop vect disabled for an unknown reason
13+
; CHECK-NOT: LV: Not vectorizing: disabled for an unknown reason
1414
; CHECK-NOT: LV: Not vectorizing: VectorizeOnlyWhenForced is set
1515
; CHECK-NOT: LV: Not vectorizing: Disabled/already vectorized
1616
; CHECK-NOT: LV: Not vectorizing: Cannot prove legality

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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: [BUG] Not vectorizing: loop vect disabled for an unknown reason
12+
; METADATA-NOT: LV: Not vectorizing: disabled for an unknown reason
1313
; METADATA-NOT: LV: Not vectorizing: VectorizeOnlyWhenForced is set
1414
; METADATA-NOT: LV: Not vectorizing: Disabled/already vectorized
1515
; METADATA-NOT: LV: Not vectorizing: Cannot prove legality
@@ -33,7 +33,7 @@
3333
; RUN: 2>&1 | FileCheck --check-prefix=FORCEDONLY %s
3434
; FORCEDONLY-NOT: LV: We can vectorize this loop
3535
; FORCEDONLY-NOT: LV: Not vectorizing: loop hasDisableAllTransformsHint
36-
; FORCEDONLY-NOT: LV: [BUG] Not vectorizing: loop vect disabled for an unknown reason
36+
; FORCEDONLY-NOT: LV: Not vectorizing: disabled for an unknown reason
3737
; FORCEDONLY-NOT: LV: Not vectorizing: #pragma vectorize disable
3838
; FORCEDONLY-NOT: LV: Not vectorizing: Disabled/already vectorized
3939
; FORCEDONLY-NOT: LV: Not vectorizing: Cannot prove legality

0 commit comments

Comments
 (0)