[all-commits] [llvm/llvm-project] 99c7e9: GlobalISel: Use LLT in call lowering callbacks

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jul 1 09:16:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99c7e918b5ea2262635cc5f80b8887e487227638
      https://github.com/llvm/llvm-project/commit/99c7e918b5ea2262635cc5f80b8887e487227638
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-07-01 (Thu, 01 Jul 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/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp
    M llvm/lib/Target/M68k/GlSel/M68kCallLowering.h
    M llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
    M llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
    M llvm/lib/Target/X86/X86CallLowering.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll

  Log Message:
  -----------
  GlobalISel: Use LLT in call lowering callbacks

This preserves the memory type so the lowerings can rely on them.




More information about the All-commits mailing list