This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6def3abef6 [WebAssembly] Remove unused methods from MCWasmObjectTargetWriter new 8b43bddd6d9 [AMDGPU] Return correct value from SDWA pass new bacc83353bc [Atomics][LoopIdiom] Recognize unordered atomic memcpy
The 2 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/Analysis/TargetTransformInfo.h | 8 + include/llvm/Analysis/TargetTransformInfoImpl.h | 9 + include/llvm/IR/IRBuilder.h | 22 + lib/Analysis/TargetTransformInfo.cpp | 4 + lib/IR/IRBuilder.cpp | 32 ++ lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 3 +- lib/Target/X86/X86TargetTransformInfo.cpp | 2 + lib/Target/X86/X86TargetTransformInfo.h | 2 + lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 77 +++- .../LoopIdiom/unordered-atomic-memcpy-noarch.ll | 28 ++ .../LoopIdiom/unordered-atomic-memcpy.ll | 452 +++++++++++++++++++++ 11 files changed, 623 insertions(+), 16 deletions(-) create mode 100644 test/Transforms/LoopIdiom/unordered-atomic-memcpy-noarch.ll create mode 100644 test/Transforms/LoopIdiom/unordered-atomic-memcpy.ll