[all-commits] [llvm/llvm-project] 586df3: [AMDGPU][MC] Corrected parsing of optional modifiers

dpreobra via All-commits all-commits at lists.llvm.org
Tue Feb 2 03:53:04 PST 2021


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

  Changed paths:
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/test/MC/AMDGPU/flat-global.s
    M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
    M llvm/test/MC/AMDGPU/gfx8_err_pos.s
    M llvm/test/MC/AMDGPU/gfx9_err_pos.s
    M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
    M llvm/test/MC/AMDGPU/vop3-modifiers.s

  Log Message:
  -----------
  [AMDGPU][MC] Corrected parsing of optional modifiers

Fixed bugs in parsing of "no*" modifiers and improved errors handling.
See https://bugs.llvm.org/show_bug.cgi?id=41282.

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




More information about the All-commits mailing list