[clang] [AMDGPU] add function attrbute amdgpu-lib-fun (PR #74737)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 12 13:11:03 PST 2024


================
@@ -2011,6 +2011,13 @@ def AMDGPUNumVGPR : InheritableAttr {
   let Subjects = SubjectList<[Function], ErrorDiag, "kernel functions">;
 }
 
+def AMDGPULibFun : InheritableAttr {
----------------
yxsamliu wrote:

will do

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


More information about the cfe-commits mailing list