[all-commits] [llvm/llvm-project] ef3444: [NFC][PowerPC] Move the Regsiter Operands for Powe...

stefanp-ibm via All-commits all-commits at lists.llvm.org
Mon Apr 18 12:50:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef34442232fbfd46ef8620838556b608641569c6
      https://github.com/llvm/llvm-project/commit/ef34442232fbfd46ef8620838556b608641569c6
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2022-04-18 (Mon, 18 Apr 2022)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrP10.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.td

  Log Message:
  -----------
  [NFC][PowerPC] Move the Regsiter Operands for PowerPC into PPCRegisterInfo.td

Currently the regsiter operand definitions are found in three separate files.
This patch moves all of the definitions into PPCRegisterInfo.td.

Reviewed By: amyk

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




More information about the All-commits mailing list