[llvm] AMDGPU: Remove "gws" feature from generic targets (PR #148122)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 00:15:35 PDT 2025


================
@@ -9,11 +9,11 @@
 // The code produced for "generic" is only useful for tests and cannot
 // reasonably be expected to execute on any particular target.
 def : ProcessorModel<"generic", NoSchedModel,
-  [FeatureGDS, FeatureGWS]
+  [FeatureGDS]
----------------
rampitec wrote:

I'd even assert somewhere that feature mask for generic is zero.

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


More information about the llvm-commits mailing list