[PATCH] D97628: GlobalISel: Merge and cleanup more AMDGPU call lowering code

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 28 10:11:37 PST 2021


arsenm updated this revision to Diff 326983.
arsenm added a comment.
Herald added subscribers: pengfei, atanasyan, jrtc27, sdardis.

Rename function and track extend type, which currently doesn't matter but will in a future change


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97628/new/

https://reviews.llvm.org/D97628

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
  llvm/lib/Target/AArch64/GISel/AArch64CallLowering.h
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
  llvm/lib/Target/ARM/ARMCallLowering.cpp
  llvm/lib/Target/ARM/ARMCallLowering.h
  llvm/lib/Target/Mips/MipsCallLowering.cpp
  llvm/lib/Target/X86/X86CallLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97628.326983.patch
Type: text/x-patch
Size: 19932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210228/746b9ee4/attachment.bin>


More information about the llvm-commits mailing list