[PATCH] D33243: [Atomics][LoopIdiom] Recognize unordered atomic memcpy

Daniel Neilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 07:45:31 PDT 2017


dneilson updated this revision to Diff 100088.
dneilson marked an inline comment as done.
dneilson added a comment.

- Refining logic regarding which store sizes to allow for the unordered atomic memcpy.
- Add some additional tests -- simple loads/stores with no alignment, and memset_pattern


https://reviews.llvm.org/D33243

Files:
  include/llvm/IR/IRBuilder.h
  lib/IR/IRBuilder.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33243.100088.patch
Type: text/x-patch
Size: 17492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170524/d1df75c3/attachment.bin>


More information about the llvm-commits mailing list