[all-commits] [llvm/llvm-project] 28f164: [AMDGPU][MC][GFX9+] Corrected encoding of op_sel_h...

dpreobra via All-commits all-commits at lists.llvm.org
Tue Mar 2 02:03:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28f164bca724d52ed35f1ad9dd33f39d94c0b3c8
      https://github.com/llvm/llvm-project/commit/28f164bca724d52ed35f1ad9dd33f39d94c0b3c8
  Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
    M llvm/lib/Target/AMDGPU/SIDefines.h
    M llvm/lib/Target/AMDGPU/VOPInstructions.td
    M llvm/test/CodeGen/AMDGPU/immv216.ll
    M llvm/test/MC/AMDGPU/expressions-gfx9.s
    M llvm/test/MC/AMDGPU/gfx90a_asm_features.s
    M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
    M llvm/test/MC/AMDGPU/lds_direct.s
    M llvm/test/MC/AMDGPU/literals.s
    M llvm/test/MC/AMDGPU/literalv216.s
    M llvm/test/MC/AMDGPU/vop3-literal.s
    M llvm/test/MC/AMDGPU/vop3p.s
    M llvm/test/MC/Disassembler/AMDGPU/gfx90a_dasm_features.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
    M llvm/test/MC/Disassembler/AMDGPU/lds_direct_gfx9.txt
    M llvm/test/MC/Disassembler/AMDGPU/literal_gfx9.txt
    M llvm/test/MC/Disassembler/AMDGPU/literalv216_gfx10.txt
    M llvm/test/MC/Disassembler/AMDGPU/vop3-literal.txt
    A llvm/test/MC/Disassembler/AMDGPU/vop3p_opsel.txt

  Log Message:
  -----------
  [AMDGPU][MC][GFX9+] Corrected encoding of op_sel_hi for unused operands in VOP3P

Corrected encoding of VOP3P op_sel_hi for unused operands. See bug 49363.

Differential Revision: https://reviews.llvm.org/D97689




More information about the All-commits mailing list