[PATCH] D42889: [LoopIdiomRecognize] Add support for memmove. Fixes PR25165

Eric Fiselier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 4 00:24:23 PST 2018


EricWF updated this revision to Diff 132763.
EricWF added a comment.

Upload the correct patch for avoiding unnecessary calculation of non-modifying memory references when we already have already found a modifying memory reference.


https://reviews.llvm.org/D42889

Files:
  lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  test/Transforms/LoopIdiom/basic-address-space.ll
  test/Transforms/LoopIdiom/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42889.132763.patch
Type: text/x-patch
Size: 17393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180204/7013beff/attachment.bin>


More information about the llvm-commits mailing list