This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8884a4f1aab [DAGCombiner] Add (urem X, -1) -> select(X == -1, 0, x) fold new 1472199dc3a [DAGCombiner] Support non-uniform X%C -> X-(X/C)*C folds
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +- test/CodeGen/X86/combine-srem.ll | 261 ++++++++++++++----------------- 2 files changed, 122 insertions(+), 144 deletions(-)