[PATCH] D55365: [CodeGen] Allow mempcy/memset to generate small overlapping stores.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 11 05:19:05 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL348843: [CodeGen] Allow mempcy/memset to generate small overlapping stores. (authored by courbet, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55365?vs=177690&id=177693#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55365

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/test/CodeGen/AArch64/arm64-memcpy-inline.ll
  llvm/trunk/test/CodeGen/PowerPC/jaggedstructs.ll
  llvm/trunk/test/CodeGen/PowerPC/structsinmem.ll
  llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll
  llvm/trunk/test/CodeGen/X86/memcpy-from-string.ll
  llvm/trunk/test/CodeGen/X86/memset-2.ll
  llvm/trunk/test/CodeGen/X86/memset-zero.ll
  llvm/trunk/test/CodeGen/X86/unaligned-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55365.177693.patch
Type: text/x-patch
Size: 13697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/1aaf3bea/attachment.bin>


More information about the llvm-commits mailing list