1 // RUN
: %clang_cc1 -emit-llvm -o - -triple amdgcn--amdhsa %s | FileCheck --check-prefix
=AMDGCN %s
2 // RUN
: %clang_cc1 -emit-llvm -o - -triple x86_64-unknown-unknown %s | FileCheck --check-prefix
=X86 %s
6 constant int
* convert
(image2d_t img
) {
7 // AMDGCN
: ret ptr addrspace
(4) %img
8 return __builtin_astype
(img, constant int
*);
13 global int
* convert
(image2d_t img
) {
15 return __builtin_astype
(img, global int
*);