Skip to content

Commit 4594135

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 f99d34b commit 4594135

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
@@ -1545,7 +1545,8 @@ def FeatureISAVersion11_Common : FeatureSet<
15451545
FeatureFlatAtomicFaddF32Inst,
15461546
FeatureImageInsts,
15471547
FeaturePackedTID,
1548-
FeatureVcmpxPermlaneHazard]>;
1548+
FeatureVcmpxPermlaneHazard,
1549+
FeatureMemoryAtomicFaddF32DenormalSupport]>;
15491550

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

0 commit comments

Comments
 (0)