[PATCH] D64895: [GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs and legalize later.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 17:25:38 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366516: [GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs and… (authored by aemerson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64895?vs=210694&id=210712#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D64895

Files:
  llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  llvm/trunk/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  llvm/trunk/include/llvm/CodeGen/MachineInstr.h
  llvm/trunk/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/trunk/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/trunk/lib/Target/AArch64/AArch64LegalizerInfo.cpp
  llvm/trunk/lib/Target/AArch64/AArch64LegalizerInfo.h
  llvm/trunk/lib/Target/Mips/MipsLegalizerInfo.cpp
  llvm/trunk/lib/Target/Mips/MipsLegalizerInfo.h
  llvm/trunk/lib/Target/X86/X86LegalizerInfo.cpp
  llvm/trunk/lib/Target/X86/X86LegalizerInfo.h
  llvm/trunk/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
  llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalize-memcpy-et-al.mir
  llvm/trunk/test/CodeGen/Mips/GlobalISel/irtranslator/call.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-irtranslator-struct-return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64895.210712.patch
Type: text/x-patch
Size: 31373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/992b33fa/attachment-0001.bin>


More information about the llvm-commits mailing list