[all-commits] [llvm/llvm-project] 56fd84: [AArch64][GlobalISel] Lower formal arguments of AA...

Vladislav Dzhidzhoev via All-commits all-commits at lists.llvm.org
Mon Dec 12 08:36:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56fd846f370adf16bea333b12637038ea2f3c225
      https://github.com/llvm/llvm-project/commit/56fd846f370adf16bea333b12637038ea2f3c225
  Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.h
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/aapcs_vararg_frame.ll
    M llvm/test/CodeGen/AArch64/aarch64_win64cc_vararg.ll

  Log Message:
  -----------
  [AArch64][GlobalISel] Lower formal arguments of AAPCS & ms_abi variadic functions.

Reimplemented SelectionDAG code for GlobalISel.

Fixes https://github.com/llvm/llvm-project/issues/54079

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




More information about the All-commits mailing list