[PATCH] D98598: GlobalISel: Preserve source value information for outgoing byval args

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 14 08:02:06 PDT 2021


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

Pass through the original argument IR value in order to preserve the
aliasing information in the memcpy memory operands.


https://reviews.llvm.org/D98598

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
  llvm/lib/CodeGen/GlobalISel/Utils.cpp
  llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98598.330510.patch
Type: text/x-patch
Size: 11832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210314/ac3bc68e/attachment.bin>


More information about the llvm-commits mailing list