[all-commits] [llvm/llvm-project] 2b1e89: [PowerPC] Add support for G_ADD and G_SUB.

Kai Nacke via All-commits all-commits at lists.llvm.org
Mon Nov 21 15:35:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b1e895afb5b79b076db07d51b6118183356e68d
      https://github.com/llvm/llvm-project/commit/2b1e895afb5b79b076db07d51b6118183356e68d
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
    M llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
    M llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
    A llvm/test/CodeGen/PowerPC/GlobalISel/ppc-isel-arithmentic.ll

  Log Message:
  -----------
  [PowerPC] Add support for G_ADD and G_SUB.

Extends the global isel implementation to support G_ADD and G_SUB.

Reviewed By: arsenm, amyk

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




More information about the All-commits mailing list