[all-commits] [llvm/llvm-project] 632118: [AMDGPU] Use SOP_Pseudo more consistently. NFC.

Jay Foad via All-commits all-commits at lists.llvm.org
Wed Dec 7 04:59:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 632118a090acc0897e5d7e5fb22fc8bf304f7390
      https://github.com/llvm/llvm-project/commit/632118a090acc0897e5d7e5fb22fc8bf304f7390
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

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

  Log Message:
  -----------
  [AMDGPU] Use SOP_Pseudo more consistently. NFC.

SOPK_Pseudo was not inheriting from SOP_Pseudo at all, and some other
Pseudo classes were needlessly redefining things that were already
defined by SOP_Pseudo.

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




More information about the All-commits mailing list