File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/test/Transforms/LoopVectorize Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments