[all-commits] [llvm/llvm-project] 392e0f: GlobalISel: Handle arguments partially passed on t...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Feb 15 14:33:20 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 392e0fcfd114374115c11c7f5399c20820fbb10b
      https://github.com/llvm/llvm-project/commit/392e0fcfd114374115c11c7f5399c20820fbb10b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-arguments.ll

  Log Message:
  -----------
  GlobalISel: Handle arguments partially passed on the stack

The API is a bit awkward since you need to index into an array in the
passed struct. I guess an alternative would be to pass all of the
individual fields.




More information about the All-commits mailing list