[all-commits] [llvm/llvm-project] d52bb6: [PowerPC][AIX] ByVal formal argument support: pass...

Sean Fertile via All-commits all-commits at lists.llvm.org
Mon Apr 20 09:05:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d52bb6d099d32156dc9983f7438e1aac132c77af
      https://github.com/llvm/llvm-project/commit/d52bb6d099d32156dc9983f7438e1aac132c77af
  Author: Sean Fertile <sd.fertile at gmail.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    R llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation2.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-byval-mem.ll

  Log Message:
  -----------
  [PowerPC][AIX] ByVal formal argument support: passing on the stack.

Adds support for passing a ByVal formal argument completely on the stack
(ie after all argument registers are exhausted).

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




More information about the All-commits mailing list