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