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

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 10:54:10 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
----------------
elizabethandrews wrote:

Can you clarify why this should remain? This was identified by @Fznamznon and @tahonermann for code cleanup.

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


More information about the cfe-commits mailing list