Skip to content

Commit ae68ec3

Browse files
committed
Remove opaque-pointer flags from tests
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent eb7b47c commit ae68ec3

File tree

7 files changed

+8
-11
lines changed

7 files changed

+8
-11
lines changed

sycl/test/esimd/ctor_codegen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -Xclang -opaque-pointers -fsycl -fsycl-device-only -S %s -o - | FileCheck %s
1+
// RUN: %clangxx -fsycl -fsycl-device-only -S %s -o - | FileCheck %s
22

33
// Check efficiency of LLVM IR generated for various simd constructors.
44

sycl/test/esimd/intrins_trans.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// RUN: %clangxx -O0 -fsycl -fsycl-device-only -fno-sycl-esimd-force-stateless-mem -Xclang -emit-llvm -Xclang -opaque-pointers %s -o %t
1+
// RUN: %clangxx -O0 -fsycl -fsycl-device-only -fno-sycl-esimd-force-stateless-mem -Xclang -emit-llvm %s -o %t
22
// RUN: sycl-post-link -split-esimd -lower-esimd -O0 -S %t -o %t.table
33
// RUN: FileCheck %s -input-file=%t_esimd_0.ll --check-prefixes=CHECK,CHECK-STATEFUL
44

5-
// RUN: %clangxx -O0 -fsycl -fsycl-device-only -fsycl-esimd-force-stateless-mem -Xclang -emit-llvm -Xclang -opaque-pointers %s -o %t
5+
// RUN: %clangxx -O0 -fsycl -fsycl-device-only -fsycl-esimd-force-stateless-mem -Xclang -emit-llvm %s -o %t
66
// RUN: sycl-post-link -split-esimd -lower-esimd -lower-esimd-force-stateless-mem -O0 -S %t -o %t.table
77
// RUN: FileCheck %s -input-file=%t_esimd_0.ll --check-prefixes=CHECK,CHECK-STATELESS
88

sycl/test/esimd/slm_init_specconst_size.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// RUN: %clangxx -O2 -fsycl -fsycl-device-only -Xclang -no-opaque-pointers -emit-llvm %s -o %t
2-
// RUN: sycl-post-link -split-esimd -lower-esimd -O2 -S %t -o %t.table
3-
// RUN: FileCheck %s -input-file=%t_esimd_0.ll
4-
// RUN: %clangxx -O2 -fsycl -fsycl-device-only -Xclang -opaque-pointers -emit-llvm %s -o %t
1+
// RUN: %clangxx -O2 -fsycl -fsycl-device-only -emit-llvm %s -o %t
52
// RUN: sycl-post-link -split-esimd -lower-esimd -O2 -S %t -o %t.table
63
// RUN: FileCheck %s -input-file=%t_esimd_0.ll
74
// Checks that we set 0 as VCSLMSize when slm_init is used with

sycl/test/esimd/sycl_half_basic_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -Xclang -opaque-pointers -fsycl -fsycl-device-only -S %s -o %t
1+
// RUN: %clangxx -fsycl -fsycl-device-only -S %s -o %t
22
// RUN: sycl-post-link -split-esimd -lower-esimd -S %t -o %t.table
33
// RUN: FileCheck %s -input-file=%t_esimd_0.ll
44

sycl/test/esimd/sycl_half_math_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -Xclang -opaque-pointers -fsycl -fsycl-device-only -S %s -o %t.ll
1+
// RUN: %clangxx -fsycl -fsycl-device-only -S %s -o %t.ll
22
// RUN: sycl-post-link -split-esimd -lower-esimd -S %t.ll -o %t.table
33
// RUN: FileCheck %s -input-file=%t_esimd_0.ll
44

sycl/test/esimd/vec_arg_call_conv_ext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
1+
// RUN: %clangxx -fsycl -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
22
// RUN: sycl-post-link -ir-output-only -lower-esimd -S %t.comp.ll -o %t.out.ll
33
// RUN: FileCheck --input-file=%t.out.ll %s
44

sycl/test/esimd/vec_arg_call_conv_smoke.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
1+
// RUN: %clangxx -fsycl -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
22
// RUN: sycl-post-link -ir-output-only -lower-esimd -S %t.comp.ll -o %t.out.ll
33
// RUN: FileCheck --input-file=%t.out.ll %s
44

0 commit comments

Comments
 (0)