[all-commits] [llvm/llvm-project] cb2876: [PowerPC][AIX] Enable Shrinkwrapping on 32 and 64 ...

Sidharth Baveja via All-commits all-commits at lists.llvm.org
Wed Feb 17 06:56:15 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb2876800cc827431f4143c4fc5595c6c1191269
      https://github.com/llvm/llvm-project/commit/cb2876800cc827431f4143c4fc5595c6c1191269
  Author: Sidharth Baveja <sidharth.baveja at ibm.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
    M llvm/test/CodeGen/PowerPC/ppc64-sibcall-shrinkwrap.ll
    M llvm/test/CodeGen/PowerPC/shrink-wrap.ll
    M llvm/test/CodeGen/PowerPC/shrink-wrap.mir

  Log Message:
  -----------
  [PowerPC][AIX] Enable Shrinkwrapping on 32 and 64 bit AIX.

Summary:
Currently Shrinkwrap is not enabled on AIX.
This patch enables shrink wrap on 32 and 64 bit AIX, and 64 bit ELF.

Reviewed By: sfertile, nemanjai

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




More information about the All-commits mailing list