[all-commits] [llvm/llvm-project] 1f8c3c: [AMDGPU][NFC] Eliminate unnecessary operand classe...

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Thu Jan 25 07:04:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f8c3c3ab1321c3e3fb10a5f75851165dfc8c5a5
      https://github.com/llvm/llvm-project/commit/1f8c3c3ab1321c3e3fb10a5f75851165dfc8c5a5
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td

  Log Message:
  -----------
  [AMDGPU][NFC] Eliminate unnecessary operand classes. (#79450)

These do not seem to remove many repetitions or add clarity; many of
them are only used once.

Not having them also helps further work getting rid of the decoding
functions defined using macros.

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




More information about the All-commits mailing list