[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 09:17:03 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:

honestly, I don't think `clang-format` works well with tablegen files. Most of the time I feel it is very ugly after formatting. Lol.

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


More information about the llvm-commits mailing list