[clang] [Clang][AMDGPU] Permit language address spaces for AMDGPU globals (PR #66205)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 07:14:30 PDT 2023


arsenm wrote:

> The assertion is for preventing language-specific address space e.g. OpenCL addr space from being used in addr space agnostic languages.

If the intent was to forbid this it should be a proper error. Part of the point is to use these from other languages 

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


More information about the cfe-commits mailing list