This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8f2514f1161 [DebugInfo] Remove un-necessary logic from HoistThenElseCodeToIf new 1ced556ec10 [mips] Optimize shifts for types larger than GPR size (mips [...] new 1041c737ca2 [DAGCombiner] Enable add saturation constant folding
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 + lib/Target/Mips/MipsCondMov.td | 10 ++ lib/Target/Mips/MipsISelLowering.cpp | 88 +++++++++ lib/Target/Mips/MipsISelLowering.h | 2 + lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 18 ++ test/CodeGen/Mips/llvm-ir/ashr.ll | 288 ++++++++++++++--------------- test/CodeGen/Mips/llvm-ir/lshr.ll | 290 ++++++++++++++---------------- test/CodeGen/Mips/llvm-ir/shl.ll | 289 +++++++++++++++-------------- test/CodeGen/X86/combine-add-ssat.ll | 29 +-- test/CodeGen/X86/combine-add-usat.ll | 25 ++- 11 files changed, 566 insertions(+), 480 deletions(-)