[clang] [clang] Add support for cluster sync scope (PR #162575)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 20 10:30:01 PDT 2025


================
@@ -313,33 +314,33 @@ void CodeGenFunction::ProcessOrderScopeAMDGCN(Value *Order, Value *Scope,
   }
 
   // Older builtins had an enum argument for the memory scope.
+  const char *ssn = nullptr;
----------------
yxsamliu wrote:

variable name should be camel case https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly

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


More information about the cfe-commits mailing list