[clang] [Clang][AMDGPU] Add ``amdgcn_av("none")`` attribute for atomic expressions (PR #199622)

Sameer Sahasrabuddhe via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 30 03:25:02 PDT 2026


================
@@ -2532,6 +2532,12 @@ def AMDGPUMaxNumWorkGroups : InheritableAttr {
   let Subjects = SubjectList<[Function], ErrorDiag, "kernel functions">;
 }
 
+def AMDGCNAV : StmtAttr, TargetSpecificAttr<TargetAMDGPU> {
+  let Spellings = [Clang<"amdgcn_av">];
----------------
ssahasra wrote:

Renamed the attribute.

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


More information about the cfe-commits mailing list