[llvm] [AMDGPU] Implement workaround for GFX11.5 export priority (PR #99273)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 00:49:53 PDT 2024
================
@@ -1597,20 +1603,23 @@ def FeatureISAVersion11_5_0 : FeatureSet<
!listconcat(FeatureISAVersion11_Common.Features,
[FeatureSALUFloatInsts,
FeatureDPPSrc1SGPR,
- FeatureVGPRSingleUseHintInsts])>;
+ FeatureVGPRSingleUseHintInsts,
----------------
arsenm wrote:
> GFX10 has separate 10.1, 10.3 generic targets
It's inconsistent because the hardware is inconsistent. Ideally they wouldn't have broken compatibility so badly between minor gfx10 revisions
https://github.com/llvm/llvm-project/pull/99273
More information about the llvm-commits
mailing list