[llvm] [AMDGPU] Add target feature for waits before system scope stores. NFC. (PR #164993)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 08:42:59 PDT 2025


================
@@ -1466,6 +1466,12 @@ def FeatureClusters : SubtargetFeature< "clusters",
   "Has clusters of workgroups support"
 >;
 
+def FeatureWaitsBeforeSystemScopeStores
+    : SubtargetFeature<"waits-before-system-scope-stores",
----------------
jayfoad wrote:

This was clang-format's doing.

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


More information about the llvm-commits mailing list