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) {
6464
6565kernel void foo_ro_pipe (read_only pipe int p ) {}
6666// 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)
6868
6969kernel void foo_wo_pipe (write_only pipe int p ) {}
7070// 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)
7272
7373void __attribute__((overloadable )) bad1 (image1d_t b , image2d_t c , image2d_t d ) {}
7474// 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