[all-commits] [llvm/llvm-project] a0a406: [AMDGPU] gfx11 Decode wider instructions. NFC

Joe Nash via All-commits all-commits at lists.llvm.org
Wed May 11 08:33:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0a406b2577be6eaa6db6836d254b2bde713a18f
      https://github.com/llvm/llvm-project/commit/a0a406b2577be6eaa6db6836d254b2bde713a18f
  Author: Joe Nash <Joseph.Nash at amd.com>
  Date:   2022-05-11 (Wed, 11 May 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h

  Log Message:
  -----------
  [AMDGPU] gfx11 Decode wider instructions. NFC

Refactor to pass a templatized size parameter to the decoder to allow wider than
64bit decodes in a later patch.

Contributors:
Jay Foad <jay.foad at amd.com>

Depends on D125261

Patch 5/N for upstreaming of AMDGPU gfx11 architecture.

Reviewed By: dp

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




More information about the All-commits mailing list