[PATCH] D104072: GlobalISel: Use LLT in call lowering callbacks

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 16:22:36 PDT 2021


arsenm created this revision.
arsenm added reviewers: paquette, aemerson, dsanders, aditya_nandakumar, bogner.
Herald added subscribers: foad, kerbowa, pengfei, kbarton, hiraditya, rovka, nhaehnle, jvesely, nemanjai.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

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


https://reviews.llvm.org/D104072

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  llvm/lib/Target/ARM/ARMCallLowering.cpp
  llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
  llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
  llvm/lib/Target/X86/X86CallLowering.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
  llvm/test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104072.351292.patch
Type: text/x-patch
Size: 32103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210610/d6749a50/attachment.bin>


More information about the llvm-commits mailing list