[PATCH] D35035: [InstCombine] Prevent memcpy generation for small data size

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 30 10:16:22 PDT 2018


hiraditya updated this revision to Diff 167654.
hiraditya added a comment.
Herald added a subscriber: jfb.

Fix some unit-tests, a few more remaining.


https://reviews.llvm.org/D35035

Files:
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  test/DebugInfo/X86/array2.ll
  test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
  test/Transforms/InstCombine/alloca.ll
  test/Transforms/InstCombine/element-atomic-memintrins.ll
  test/Transforms/InstCombine/memcpy-to-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35035.167654.patch
Type: text/x-patch
Size: 9088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180930/8390ea0b/attachment.bin>


More information about the llvm-commits mailing list