This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a3f34a9794 [InstCombine] add vector tests, fix comments; NFC new 96c99810d80 [InstCombine] (lshr X, 31) * Y --> (ashr X, 31) & Y new 3dd5724d79c [GVN] Salvage debug info from dead insts
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: .../InstCombine/InstCombineMulDivRem.cpp | 38 ++++++++-------------- lib/Transforms/Scalar/GVN.cpp | 2 ++ test/Transforms/GVN/PRE/phi-translate-2.ll | 7 +++- test/Transforms/GVN/fence.ll | 6 +++- test/Transforms/InstCombine/mul.ll | 8 ++--- 5 files changed, 30 insertions(+), 31 deletions(-)