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

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 08:37:46 PDT 2025


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

nit: would be easier to read if one line per argument.

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


More information about the llvm-commits mailing list