[all-commits] [llvm/llvm-project] b88c0d: AMDGPU: Support v_cvt_scalef32_2xpk16_{bf|fp}6_f32...
Pravin Jagtap via All-commits
all-commits at lists.llvm.org
Mon Nov 25 19:37:45 PST 2024
Branch: refs/heads/users/arsenm/gfx950/v_cvt_scalef32_2xpk16_bf6_fp6_f32
Home: https://github.com/llvm/llvm-project
Commit: b88c0dc80eb4f508e233a9e15e1d366a2c513b7b
https://github.com/llvm/llvm-project/commit/b88c0dc80eb4f508e233a9e15e1d366a2c513b7b
Author: Pravin Jagtap <Pravin.Jagtap at amd.com>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx950.cl
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.pk.gfx950.ll
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
Log Message:
-----------
AMDGPU: Support v_cvt_scalef32_2xpk16_{bf|fp}6_f32 for gfx950.
Scale packed 16-component single-precision float vectors from
two source inputs using the exponent provided by the third
single-precision float input, then convert the values to a packed
32-component FP6 float value.
Co-authored-by: Pravin Jagtap <Pravin.Jagtap at amd.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list