kparzysz wrote:

> The address spaces for AMDGPU defined 
> [here](https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/AMDGPU/AMDGPU.h#L395-L456)
>  contain more types of address spaces in comparison to the enum defined in 
> clang. Is it ok to extend number of address space types for clang?

I'd just move these definitions to their own file, and use that file in 
clang/flang/llvm backend.  So, indirectly, yes.

https://github.com/llvm/llvm-project/pull/73944
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to