[all-commits] [llvm/llvm-project] b5fb7e: [AMDGPU][MC] Corrected disassembly of s_waitcnt

dpreobra via All-commits all-commits at lists.llvm.org
Mon Jan 17 09:18:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b5fb7e485e0f2d189d450fc120ede9ae5fbf27e7
      https://github.com/llvm/llvm-project/commit/b5fb7e485e0f2d189d450fc120ede9ae5fbf27e7
  Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/test/MC/AMDGPU/sopp.s

  Log Message:
  -----------
  [AMDGPU][MC] Corrected disassembly of s_waitcnt

s_waitcnt with default expcnt, vmcnt and lgkmcnt values was disassembled without arguments.
See https://github.com/llvm/llvm-project/issues/52716

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




More information about the All-commits mailing list