This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfdbe62fa9c [X86] SimplifyDemandedVectorEltsForTargetNode should be cal [...] new ae227ff7eb5 Fix `git llvm` script when no arguments are supplied on Python 3 new 6b285431fdf Ask confirmation when `git llvm push` will push multiple commits new 64018f7f995 [InstCombine] Fold "x ?% y ==/!= 0" to "x & (y-1) ==/!= 0" [...]
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: include/llvm/IR/PatternMatch.h | 13 ++++++++ lib/Transforms/InstCombine/InstCombineCompares.cpp | 24 +++++++++++++++ lib/Transforms/InstCombine/InstCombineInternal.h | 1 + .../InstCombine/InstCombineMulDivRem.cpp | 2 ++ test/Transforms/InstCombine/rem.ll | 27 +++++++++-------- utils/git-svn/git-llvm | 35 ++++++++++++++++++++++ 6 files changed, 89 insertions(+), 13 deletions(-)