|
4 | 4 | ; RUN: FileCheck %s -input-file=%t.table
|
5 | 5 | ; RUN: FileCheck %s -input-file=%t_esimd_0.ll --check-prefixes CHECK-ESIMD-LargeGRF-IR --implicit-check-not='__ESIMD_kernel()'
|
6 | 6 | ; RUN: FileCheck %s -input-file=%t_esimd_0.prop --check-prefixes CHECK-ESIMD-LargeGRF-PROP
|
7 |
| -; RUN: FileCheck %s -input-file=%t_0.ll --check-prefixes CHECK-SYCL-LargeGRF-IR --implicit-check-not='__SYCL_kernel()' |
8 |
| -; RUN: FileCheck %s -input-file=%t_0.prop --check-prefixes CHECK-SYCL-LargeGRF-PROP |
9 |
| -; RUN: FileCheck %s -input-file=%t_0.sym --check-prefixes CHECK-SYCL-LargeGRF-SYM |
10 |
| -; RUN: FileCheck %s -input-file=%t_1.ll --check-prefixes CHECK-SYCL-IR --implicit-check-not='__SYCL_kernel_large_grf()' |
11 |
| -; RUN: FileCheck %s -input-file=%t_1.prop --check-prefixes CHECK-SYCL-PROP |
12 |
| -; RUN: FileCheck %s -input-file=%t_1.sym --check-prefixes CHECK-SYCL-SYM |
| 7 | +; RUN: FileCheck %s -input-file=%t_1.ll --check-prefixes CHECK-SYCL-LargeGRF-IR --implicit-check-not='__SYCL_kernel()' |
| 8 | +; RUN: FileCheck %s -input-file=%t_1.prop --check-prefixes CHECK-SYCL-LargeGRF-PROP |
| 9 | +; RUN: FileCheck %s -input-file=%t_1.sym --check-prefixes CHECK-SYCL-LargeGRF-SYM |
| 10 | +; RUN: FileCheck %s -input-file=%t_3.ll --check-prefixes CHECK-SYCL-IR --implicit-check-not='__SYCL_kernel_large_grf()' |
| 11 | +; RUN: FileCheck %s -input-file=%t_3.prop --check-prefixes CHECK-SYCL-PROP |
| 12 | +; RUN: FileCheck %s -input-file=%t_3.sym --check-prefixes CHECK-SYCL-SYM |
13 | 13 | ; RUN: FileCheck %s -input-file=%t_esimd_1.ll --check-prefixes CHECK-ESIMD-IR --implicit-check-not='__ESIMD_large_grf_kernel()'
|
14 | 14 | ; RUN: FileCheck %s -input-file=%t_esimd_1.prop --check-prefixes CHECK-ESIMD-PROP
|
15 | 15 | ; RUN: FileCheck %s -input-file=%t_esimd_0.sym --check-prefixes CHECK-ESIMD-LargeGRF-SYM
|
16 | 16 |
|
17 | 17 | ; CHECK: [Code|Properties|Symbols]
|
18 | 18 | ; CHECK: {{.*}}_esimd_0.ll|{{.*}}_esimd_0.prop|{{.*}}_esimd_0.sym
|
19 |
| -; CHECK: {{.*}}_esimd_1.ll|{{.*}}_esimd_1.prop|{{.*}}_esimd_1.sym |
20 | 19 | ; CHECK: {{.*}}_1.ll|{{.*}}_1.prop|{{.*}}_1.sym
|
| 20 | +; CHECK: {{.*}}_esimd_2.ll|{{.*}}_esimd_2.prop|{{.*}}_esimd_2.sym |
21 | 21 |
|
22 | 22 | ; CHECK-ESIMD-LargeGRF-PROP: isEsimdImage=1|1
|
23 | 23 | ; CHECK-ESIMD-LargeGRF-PROP: sycl-grf-size=1|256
|
|
0 commit comments