[clang] [clang][sycl] Remove support for global_device and global_host AS (PR #194423)

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 10:51:29 PDT 2026


================
@@ -31,14 +31,10 @@ static const unsigned ARM64AddrSpaceMap[] = {
     0, // opencl_constant
     0, // opencl_private
     0, // opencl_generic
-    0, // opencl_global_device
-    0, // opencl_global_host
     0, // cuda_device
     0, // cuda_constant
     0, // cuda_shared
     0, // sycl_global
-    0, // sycl_global_device
-    0, // sycl_global_host
----------------
bader wrote:

FYI: these has been upstreamed to llorg. I think we should leave the upstream code unchanged.

https://github.com/llvm/llvm-project/pull/194423


More information about the cfe-commits mailing list