This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52ba37f41c7 [LegalizeTypes] Teach PromoteIntRes_BITCAST to better handl [...] new 8f9fb8bab2e [DAGCombiner] Improve X div/rem Y fold if single bit element type
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 | 7 +- test/CodeGen/Mips/llvm-ir/sdiv.ll | 35 +--- test/CodeGen/Mips/llvm-ir/srem.ll | 35 +--- test/CodeGen/Mips/llvm-ir/udiv.ll | 25 +-- test/CodeGen/Mips/llvm-ir/urem.ll | 42 +---- test/CodeGen/X86/combine-sdiv.ll | 312 +------------------------------ test/CodeGen/X86/combine-srem.ll | 64 +------ test/CodeGen/X86/combine-udiv.ll | 159 +--------------- test/CodeGen/X86/combine-urem.ll | 93 +-------- test/CodeGen/X86/pr38539.ll | 230 ++--------------------- 10 files changed, 62 insertions(+), 940 deletions(-)