This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25ddfba [InstCombineCalls] Remove zero length atomic memcpy intrinsics new ab47a3d [InstCombineCalls] Unfold element atomic memcpy instruction new a1a30b4 [AMDGPU][NFC] Assign IsaInfo to reference variable in order t [...] new 7604242 Add test case for pr31890. NFC
The 3 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: lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 29 +++---- lib/Transforms/InstCombine/InstCombineCalls.cpp | 81 +++++++++++++++++++ lib/Transforms/InstCombine/InstCombineInternal.h | 2 + test/CodeGen/PowerPC/addegluechash.ll | 58 ++++++++++++++ .../InstCombine/element-atomic-memcpy-to-loads.ll | 92 ++++++++++++++++++++++ 5 files changed, 246 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/PowerPC/addegluechash.ll create mode 100644 test/Transforms/InstCombine/element-atomic-memcpy-to-loads.ll