This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 018bd7a983b [X86] Use BWI instructions to improve lowering of v32i8 MULHU/S new a10cceeff41 [JumpThreading] Preserve DT and LVI across the pass
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/Transforms/Scalar/JumpThreading.h | 4 +- include/llvm/Transforms/Utils/Local.h | 17 +- .../Scalar/CorrelatedValuePropagation.cpp | 2 + lib/Transforms/Scalar/JumpThreading.cpp | 109 ++++++++--- lib/Transforms/Utils/Local.cpp | 207 +++++++++++++++++---- .../LazyValueAnalysis/lvi-after-jumpthreading.ll | 3 + 6 files changed, 270 insertions(+), 72 deletions(-)