[PATCH] D33243: [Atomics][LoopIdiom] Recognize unordered atomic memcpy
Daniel Neilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 09:32:13 PDT 2017
dneilson updated this revision to Diff 100619.
dneilson added a comment.
- Adding tests to check permutations of alignment validity.
- Adding tests for element sizes beyond 1 byte.
- Clarify some conditional rejections in isLegalStore()
https://reviews.llvm.org/D33243
Files:
include/llvm/IR/IRBuilder.h
lib/IR/IRBuilder.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33243.100619.patch
Type: text/x-patch
Size: 27146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170529/96e9799b/attachment.bin>
More information about the llvm-commits
mailing list