[clang] [llvm] [clang][SPIRV] Set program address space for Intel-flavored SPIR-V (PR #135251)

Victor Lomuller via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 3 02:27:43 PDT 2025


https://github.com/Naghasan commented:

sorry for the delay @sarnex 

I have 2 questions:

- It seems strange to have different address spaces for 32/64. I understand you probably don't care about 32, but it is tested.
- why mapping to generic ? This would conflict with https://github.com/intel/llvm/blob/sycl/sycl/doc/design/spirv-extensions/SPV_INTEL_function_pointers.asciidoc if you want a proper implementation.

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


More information about the cfe-commits mailing list