[all-commits] [llvm/llvm-project] 9cee87: [AMDGPU] Fix double space in disassembly of ds_gws...

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Oct 29 10:32:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cee87d72a0bdf07f888f61c8988159a5fe6cd74
      https://github.com/llvm/llvm-project/commit/9cee87d72a0bdf07f888f61c8988159a5fe6cd74
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/DSInstructions.td
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt
    M llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt

  Log Message:
  -----------
  [AMDGPU] Fix double space in disassembly of ds_gws_sema_* with gds

By setting up the AsmStrings correctly we can remove some special cases
from AMDGPUInstPrinter::printOffset.

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




More information about the All-commits mailing list