This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40e66efebe4 HotColdSplitting: invalidate the AssumptionCache on split new 3a615f3a766 [NFC][InstCombine] Add tests for shifty implementation of c [...] new ff0b826927f [MemorySSA] Update Phi insertion.
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: lib/Analysis/MemorySSAUpdater.cpp | 82 ++++--- test/Analysis/MemorySSA/pr43317.ll | 32 +++ .../InstCombine/sub-ashr-and-to-icmp-select.ll | 223 ++++++++++++++++++ .../InstCombine/sub-ashr-or-to-icmp-select.ll | 250 +++++++++++++++++++++ 4 files changed, 544 insertions(+), 43 deletions(-) create mode 100644 test/Analysis/MemorySSA/pr43317.ll create mode 100644 test/Transforms/InstCombine/sub-ashr-and-to-icmp-select.ll create mode 100644 test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll