================
@@ -116,6 +123,29 @@ enum class AArch64ABIKind {
LLVM_ABI std::unique_ptr<TargetInfo>
createAArch64TargetInfo(TypeBuilder &TB, AArch64ABIKind Kind);
+/// The parts of the AMDGPU ABI that differ between amdgcn and the
+/// AMDGCN-flavoured SPIR-V that lowers to it. Address spaces are target
+/// address space numbers, not language address spaces.
+struct AMDGPUABIOptions {
----------------
aobolensk wrote:
simplified the struct, only 3 fields left: ConstantAddrSpace, GenericAddrSpace
and CoerceKernelPointerArgs
https://github.com/llvm/llvm-project/pull/223259
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits