[all-commits] [llvm/llvm-project] 485706: [AMDGPU][AsmParser][NFC] Specify parser methods di...

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Mon Jun 5 05:04:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48570678c1a35d108802fdd422f726e0bac91d76
      https://github.com/llvm/llvm-project/commit/48570678c1a35d108802fdd422f726e0bac91d76
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td

  Log Message:
  -----------
  [AMDGPU][AsmParser][NFC] Specify parser methods directly in operand classes.

Eliminates the need for custom operand classes whose only purpose is to
define a parser method.

Part of <https://github.com/llvm/llvm-project/issues/62629>.

Reviewed By: dp

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




More information about the All-commits mailing list