[all-commits] [llvm/llvm-project] 0625ae: [PowerPC][NFC] Split out the MMA instructions from...

stefanp-ibm via All-commits all-commits at lists.llvm.org
Fri Feb 25 09:41:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0625aed2fcfb55b245d2160bb07a68878832991a
      https://github.com/llvm/llvm-project/commit/0625aed2fcfb55b245d2160bb07a68878832991a
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    A llvm/lib/Target/PowerPC/PPCInstrMMA.td
    M llvm/lib/Target/PowerPC/PPCInstrP10.td
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.td
    A llvm/lib/Target/PowerPC/PPCRegisterInfoMMA.td

  Log Message:
  -----------
  [PowerPC][NFC] Split out the MMA instructions from the P10 instructions.

Currently all of the MMA instructions as well as the MMA related register info
is bundled with the Power 10 instructions. This patch just splits them out.

Reviewed By: lei

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




More information about the All-commits mailing list