Skip to content

Commit c135403

Browse files
committed
Add to gfx940
1 parent 80c3f71 commit c135403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPU.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,8 @@ def FeatureISAVersion9_4_Common : FeatureSet<
14411441
FeatureAtomicFMinFMaxF64GlobalInsts,
14421442
FeatureAtomicFMinFMaxF64FlatInsts,
14431443
FeatureAgentScopeFineGrainedRemoteMemoryAtomics,
1444-
FeatureMemoryAtomicFaddF32DenormalSupport
1444+
FeatureMemoryAtomicFaddF32DenormalSupport,
1445+
FeatureFlatBufferGlobalAtomicFaddF64Inst
14451446
]>;
14461447

14471448
def FeatureISAVersion9_4_0 : FeatureSet<

0 commit comments

Comments
 (0)