This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a31d77be24 [AMDGPU][MC] New syntax for ds_swizzle_b32 offset new 834c44bc325 [Atomics][LoopIdiom] Recognize unordered atomic memcpy
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/IRBuilder.h | 22 + lib/IR/IRBuilder.cpp | 32 ++ lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 80 +++- .../LoopIdiom/unordered-atomic-memcpy.ll | 451 +++++++++++++++++++++ 4 files changed, 570 insertions(+), 15 deletions(-) create mode 100644 test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll