[all-commits] [llvm/llvm-project] c27ede: [AMDGPU][GFX1030][DOC][NFC] Update assembler synta...
dpreobra via All-commits
all-commits at lists.llvm.org
Tue Dec 13 03:51:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c27eded938f70ba87d938b10e53613880f12d6fc
https://github.com/llvm/llvm-project/commit/c27eded938f70ba87d938b10e53613880f12d6fc
Author: Dmitry Preobrazhensky <dmitri.preobrazhenski at gmail.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/docs/AMDGPU/AMDGPUAsmGFX1030.rst
M llvm/docs/AMDGPU/gfx1030_fx_operand.rst
M llvm/docs/AMDGPU/gfx1030_hwreg.rst
A llvm/docs/AMDGPU/gfx1030_imm16_0533c2.rst
A llvm/docs/AMDGPU/gfx1030_imm16_169952.rst
R llvm/docs/AMDGPU/gfx1030_imm16_73139a.rst
R llvm/docs/AMDGPU/gfx1030_imm16_a04fb3.rst
M llvm/docs/AMDGPU/gfx1030_label.rst
R llvm/docs/AMDGPU/gfx1030_m_254bcb.rst
A llvm/docs/AMDGPU/gfx1030_m_28b494.rst
A llvm/docs/AMDGPU/gfx1030_m_c141fc.rst
R llvm/docs/AMDGPU/gfx1030_m_f5d306.rst
M llvm/docs/AMDGPU/gfx1030_msg.rst
R llvm/docs/AMDGPU/gfx1030_sbase_010ce0.rst
A llvm/docs/AMDGPU/gfx1030_sbase_b0aa25.rst
A llvm/docs/AMDGPU/gfx1030_soffset_0f304c.rst
R llvm/docs/AMDGPU/gfx1030_soffset_d01a5c.rst
A llvm/docs/AMDGPU/gfx1030_srsrc_80eef6.rst
R llvm/docs/AMDGPU/gfx1030_srsrc_e73d16.rst
R llvm/docs/AMDGPU/gfx1030_ssrc_7a07c6.rst
M llvm/docs/AMDGPU/gfx1030_tgt.rst
M llvm/docs/AMDGPU/gfx1030_type_deviation.rst
R llvm/docs/AMDGPU/gfx1030_vaddr_49d53a.rst
A llvm/docs/AMDGPU/gfx1030_vaddr_a5639c.rst
A llvm/docs/AMDGPU/gfx1030_vaddr_c5ab43.rst
R llvm/docs/AMDGPU/gfx1030_vaddr_cdc744.rst
R llvm/docs/AMDGPU/gfx1030_vdata_0aba12.rst
R llvm/docs/AMDGPU/gfx1030_vdata_15d255.rst
R llvm/docs/AMDGPU/gfx1030_vdata_16d321.rst
A llvm/docs/AMDGPU/gfx1030_vdata_21b58d.rst
A llvm/docs/AMDGPU/gfx1030_vdata_2d6239.rst
R llvm/docs/AMDGPU/gfx1030_vdata_35851e.rst
A llvm/docs/AMDGPU/gfx1030_vdata_4b260e.rst
A llvm/docs/AMDGPU/gfx1030_vdata_84fab6.rst
R llvm/docs/AMDGPU/gfx1030_vdata_890652.rst
R llvm/docs/AMDGPU/gfx1030_vdata_a9ff5a.rst
A llvm/docs/AMDGPU/gfx1030_vdata_aa5a53.rst
A llvm/docs/AMDGPU/gfx1030_vdata_ad559c.rst
R llvm/docs/AMDGPU/gfx1030_vdst_2ea017.rst
R llvm/docs/AMDGPU/gfx1030_vdst_322561.rst
R llvm/docs/AMDGPU/gfx1030_vdst_3d7dcf.rst
R llvm/docs/AMDGPU/gfx1030_vdst_473a69.rst
A llvm/docs/AMDGPU/gfx1030_vdst_5d50a1.rst
A llvm/docs/AMDGPU/gfx1030_vdst_5ec176.rst
A llvm/docs/AMDGPU/gfx1030_vdst_875645.rst
A llvm/docs/AMDGPU/gfx1030_vdst_9041ac.rst
A llvm/docs/AMDGPU/gfx1030_vdst_a49b76.rst
A llvm/docs/AMDGPU/gfx1030_vdst_d7c57e.rst
A llvm/docs/AMDGPU/gfx1030_vdst_dfa6da.rst
A llvm/docs/AMDGPU/gfx1030_vdst_eae4c8.rst
A llvm/docs/AMDGPU/gfx1030_vdst_f47754.rst
R llvm/docs/AMDGPU/gfx1030_vdst_f8490d.rst
R llvm/docs/AMDGPU/gfx1030_vsrc_533a4e.rst
A llvm/docs/AMDGPU/gfx1030_vsrc_ba3116.rst
M llvm/docs/AMDGPU/gfx1030_waitcnt.rst
M llvm/docs/AMDGPU/gfx1030_waitcnt_depctr.rst
Log Message:
-----------
[AMDGPU][GFX1030][DOC][NFC] Update assembler syntax description
Summary of changes:
- Enable register tuples with 9, 10, 11 and 12 registers (https://reviews.llvm.org/D138205).
- Enable abs and neg modifiers for v_cndmask_b32_dpp (https://reviews.llvm.org/D135900).
- Enable literal operands for permlane16/permlanex16 (https://reviews.llvm.org/D137332).
- Enable omod modifiers for v_max3_f16, v_min3_f16, etc. (https://reviews.llvm.org/D139469).
- Correct v_mov_b32_sdwa (it does not support abs and neg input modifiers yet).
- Enable tfe modifier for MUBUF loads (https://reviews.llvm.org/D137783).
- Enable image_gather4h (https://reviews.llvm.org/D130764).
- Minor corrections and improvements.
More information about the All-commits
mailing list