[clang] [llvm] [clang][SPIRV] Set program address space for Intel-flavored SPIR-V (PR #135251)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 3 07:35:19 PDT 2025
sarnex wrote:
@Naghasan Attempted to implement your feedback in the latest commit. Can you take a look?
Also can you confirm that IR like
```
call spir_func noundef addrspace(9) foo()
```
is correct if the extension is enabled?
https://github.com/llvm/llvm-project/pull/135251
More information about the cfe-commits
mailing list