Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
turn on true16 for all gfx11 devices
  • Loading branch information
broxigarchen committed Jun 10, 2025
commit 1a7ed3ee37ee3942ef77beef25b2cd07e862ba71
6 changes: 3 additions & 3 deletions llvm/lib/Target/AMDGPU/AMDGPU.td
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,8 @@ def FeatureISAVersion11_Common : FeatureSet<
FeatureImageInsts,
FeaturePackedTID,
FeatureVcmpxPermlaneHazard,
FeatureMemoryAtomicFAddF32DenormalSupport]>;
FeatureMemoryAtomicFAddF32DenormalSupport,
FeatureRealTrue16Insts]>;

// There are few workarounds that need to be
// added to all targets. This pessimizes codegen
Expand All @@ -1800,8 +1801,7 @@ def FeatureISAVersion11_0_Common : FeatureSet<
[FeatureMSAALoadDstSelBug,
FeatureVALUTransUseHazard,
FeatureMADIntraFwdBug,
FeaturePrivEnabledTrap2NopBug,
FeatureRealTrue16Insts])>;
FeaturePrivEnabledTrap2NopBug])>;

def FeatureISAVersion11_0_0 : FeatureSet<
!listconcat(FeatureISAVersion11_0_Common.Features,
Expand Down
Loading