[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 09:23:48 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:
Fair enough. I reformatted it manually more in the style of the other SubtargetFeatures.
https://github.com/llvm/llvm-project/pull/164993
More information about the llvm-commits
mailing list