[clang] [CIR][OpenCL] Add kernel argument metadata attribute (PR #199530)
David Rivera via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 12 12:04:16 PDT 2026
================
@@ -996,6 +996,10 @@ def CIR_LangAddressSpaceAttr : CIR_EnumAttr<CIR_LangAddressSpace,
}];
}
+def CIR_LangAddressSpaceArrayAttr
+ : CIR_TypedArrayAttrBase<CIR_LangAddressSpaceAttr,
----------------
RiverDave wrote:
Btw I think you should add a comment indicating where this ArrayAttr is used.
https://github.com/llvm/llvm-project/pull/199530
More information about the cfe-commits
mailing list