[clang] [llvm] [clang] Add spir_kernel attribute (PR #137882)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu May 1 07:41:40 PDT 2025
================
@@ -5503,6 +5503,9 @@ bool Sema::CheckCallingConvAttr(const ParsedAttr &Attrs, CallingConv &CC,
llvm::Log2_64(ABIVLen) - 5);
break;
}
+ case ParsedAttr::AT_SPIRKernel:
----------------
erichkeane wrote:
Perhaps a silly request, but please sort this as 'not last'. It is too easy to miss when after a big block.
https://github.com/llvm/llvm-project/pull/137882
More information about the cfe-commits
mailing list