File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ kernel void foo(image1d_t img) {
64
64
65
65
kernel void foo_ro_pipe (read_only pipe int p ) {}
66
66
// CHECK-SPIR: @foo_ro_pipe(target("spirv.Pipe", 0) %p)
67
- // CHECK_AMDGCN : @foo_ro_pipe(ptr addrspace(1) %p)
67
+ // CHECK-AMDGCN : @foo_ro_pipe(ptr addrspace(1) %p)
68
68
69
69
kernel void foo_wo_pipe (write_only pipe int p ) {}
70
70
// CHECK-SPIR: @foo_wo_pipe(target("spirv.Pipe", 1) %p)
71
- // CHECK_AMDGCN : @foo_wo_pipe(ptr addrspace(1) %p)
71
+ // CHECK-AMDGCN : @foo_wo_pipe(ptr addrspace(1) %p)
72
72
73
73
void __attribute__((overloadable )) bad1 (image1d_t b , image2d_t c , image2d_t d ) {}
74
74
// CHECK-SPIR-LABEL: @{{_Z4bad114ocl_image1d_ro14ocl_image2d_roS0_|"\\01\?bad1@@\$\$J0YAXPAUocl_image1d_ro@@PAUocl_image2d_ro@@1@Z"}}
You can’t perform that action at this time.
0 commit comments