This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c24f4568573 [MemorySSA] Additional handling of unreachable blocks. new 20e50570923 [lit] Break main into smaller functions new 08eff296482 [InstCombine] Add test case for PR43617 (NFC) new 670284f15ef [ValueTracking] Improve pointer offset computation for case [...] new a485f5b7eab [AMDGPU] Handle undef old operand in DPP combine
The 4 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/Analysis/ValueTracking.cpp | 48 +++- lib/Target/AMDGPU/GCNDPPCombine.cpp | 4 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 4 +- test/CodeGen/AMDGPU/dpp_combine.mir | 13 +- test/Transforms/InstCombine/log-pow.ll | 10 + test/Transforms/MemCpyOpt/store-to-memset.ll | 77 ++++++ utils/lit/lit/main.py | 380 ++++++++++++++------------- 7 files changed, 341 insertions(+), 195 deletions(-) create mode 100644 test/Transforms/MemCpyOpt/store-to-memset.ll