File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 40
40
// / Check that vectorizers are disabled by default:
41
41
// RUN: %clang -### -fsycl %s 2>&1 \
42
42
// RUN: | FileCheck -check-prefix=CHECK-VEC-DEFAULT %s
43
- // CHECK-VEC-DEFAULT-NOT: - vectorize-loops
44
- // CHECK-VEC-DEFAULT-NOT: - vectorize-slp
43
+ // CHECK-VEC-DEFAULT-NOT: clang{{.*}} "-fsycl-is-device"{{.*}} "- vectorize-loops"
44
+ // CHECK-VEC-DEFAULT-NOT: clang{{.*}} "-fsycl-is-device"{{.*}} "- vectorize-slp"
45
45
// / Check that vectorizers can still be enabled manually:
46
46
// RUN: %clang -### -fsycl -fvectorize -fslp-vectorize %s 2>&1 \
47
47
// RUN: | FileCheck -check-prefix=CHECK-VEC-ENABLE %s
48
- // CHECK-VEC-ENABLE: -vectorize-loops
49
- // CHECK-VEC-ENABLE: -vectorize-slp
48
+ // CHECK-VEC-ENABLE: clang{{.*}} "-fsycl-is-device"{{.*}}"-vectorize-loops"{{.*}}"-vectorize-slp"
You can’t perform that action at this time.
0 commit comments