[llvm] [AMDGPU] Support preloading hidden kernel arguments (PR #98861)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 06:45:13 PDT 2024
================
@@ -433,6 +433,9 @@ class LLVM_ABI Function : public GlobalObject, public ilist_node<Function> {
/// check if an attributes is in the list of attributes.
bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const;
+ /// check if an attributes is in the list of attributes.
----------------
arsenm wrote:
```suggestion
/// Check if an attributes is in the list of attributes.
```
https://github.com/llvm/llvm-project/pull/98861
More information about the llvm-commits
mailing list