Skip to content

Commit 3ec4e64

Browse files
committed
Add to gfx11.
RDNA 3 manual says "Floating-point addition handles NAN/INF/denorm" thought I'm not sure I trust it.
1 parent 975c64c commit 3ec4e64

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
@@ -1547,7 +1547,8 @@ def FeatureISAVersion11_Common : FeatureSet<
15471547
FeatureFlatAtomicFaddF32Inst,
15481548
FeatureImageInsts,
15491549
FeaturePackedTID,
1550-
FeatureVcmpxPermlaneHazard]>;
1550+
FeatureVcmpxPermlaneHazard,
1551+
FeatureMemoryAtomicFaddF32DenormalSupport]>;
15511552

15521553
// There are few workarounds that need to be
15531554
// added to all targets. This pessimizes codegen

0 commit comments

Comments
 (0)