[llvm] [AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… (PR #78414)

Mariusz Sikora via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 03:59:52 PST 2024


================
@@ -1495,14 +1495,16 @@ def FeatureISAVersion12 : FeatureSet<
    FeatureFlatAtomicFaddF32Inst,
    FeatureImageInsts,
    FeatureExtendedImageInsts,
+   FeatureFP8Insts,
----------------
mariusz-sikora-at-amd wrote:

I will update this, but first I will prepare other PR to change the name for this feature. Since in this PR this is single occurrence here.

https://github.com/llvm/llvm-project/pull/78414


More information about the llvm-commits mailing list