[llvm] [NFC][AMDGPU] Reorganize features for gfx125x (PR #175054)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 8 12:01:29 PST 2026


================
@@ -2226,8 +2226,9 @@ def FeatureISAVersion12_50 : FeatureSet<
   [FeatureAddressableLocalMemorySize327680])>;
 
 def FeatureISAVersion12_51 : FeatureSet<
-  !listconcat(FeatureISAVersion12_50.Features,
-  [FeatureDPALU_DPP])>;
+  !listconcat(FeatureISAVersion12_50_Common.Features,
+  [FeatureAddressableLocalMemorySize327680,
----------------
rampitec wrote:

Can be moved to FeatureISAVersion12_50_Common.

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


More information about the llvm-commits mailing list