[llvm] AMDGPU: Fix incorrectly selecting fp8/bf8 conversion intrinsics (PR #107291)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 10:57:25 PDT 2024
================
@@ -1658,6 +1666,7 @@ def FeatureISAVersion12 : FeatureSet<
FeatureImageInsts,
FeatureExtendedImageInsts,
FeatureFP8ConversionInsts,
+ FeatureCvtFP8VOP1Bug,
----------------
rampitec wrote:
This should not be here.
https://github.com/llvm/llvm-project/pull/107291
More information about the llvm-commits
mailing list