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

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 8 11:30:03 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-amdgpu

Author: Shilei Tian (shiltian)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) llvm/lib/Target/AMDGPU/AMDGPU.td (+3-2) 


``````````diff
diff --git a/llvm/lib/Target/AMDGPU/AMDGPU.td b/llvm/lib/Target/AMDGPU/AMDGPU.td
index e62db7c564ccd..de3ae53eb548f 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPU.td
+++ b/llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -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,
+   FeatureDPALU_DPP])>;
 
 def FeatureISAVersion12_Generic: FeatureSet<
   !listconcat(FeatureISAVersion12.Features,

``````````

</details>


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


More information about the llvm-commits mailing list