[all-commits] [llvm/llvm-project] 45251e: [AMDGPU][MC] Corrected v_writelane_b32 to fix a de...

dpreobra via All-commits all-commits at lists.llvm.org
Thu May 28 04:44:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 45251ef5345b3c81c8f394d42d252de039c72566
      https://github.com/llvm/llvm-project/commit/45251ef5345b3c81c8f394d42d252de039c72566
  Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt

  Log Message:
  -----------
  [AMDGPU][MC] Corrected v_writelane_b32 to fix a decoding bug

Corrected vdst_in to match vdst operand type.
See bug 45193: https://bugs.llvm.org/show_bug.cgi?id=45193

Reviewers: arsenm, rampitec

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




More information about the All-commits mailing list