[llvm] e08481e - [AMDGPU] Add FeatureFullRate64Ops to gfx1251 (#203368)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 13:04:40 PDT 2026
Author: Stanislav Mekhanoshin
Date: 2026-06-11T13:04:35-07:00
New Revision: e08481e61f4bff102079aead3f442a572ceb1034
URL: https://github.com/llvm/llvm-project/commit/e08481e61f4bff102079aead3f442a572ceb1034
DIFF: https://github.com/llvm/llvm-project/commit/e08481e61f4bff102079aead3f442a572ceb1034.diff
LOG: [AMDGPU] Add FeatureFullRate64Ops to gfx1251 (#203368)
Added:
Modified:
llvm/lib/Target/AMDGPU/AMDGPU.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/AMDGPU.td b/llvm/lib/Target/AMDGPU/AMDGPU.td
index c6b54c52817c8..0a1f098bb5f09 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPU.td
+++ b/llvm/lib/Target/AMDGPU/AMDGPU.td
@@ -2220,6 +2220,7 @@ def FeatureISAVersion12_50 : FeatureSet<
def FeatureISAVersion12_51 : FeatureSet<
!listconcat(FeatureISAVersion12_50_Common.Features,
[FeatureAddressableLocalMemorySize327680,
+ FeatureFullRate64Ops,
FeatureVOP3PX2IncrementsVaVdstTwice,
FeatureDPALU_DPP,
FeatureGFX1251GEMMInsts,
More information about the llvm-commits
mailing list