This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c0c74af4933 [DAGCombiner] add saturation instructions are commutative new a4d2283f74b [MIPS GlobalISel] Fix release build make-check after r351046 new 4b96a01615e [VFS] Fix unused variable warning. NFC new cfe0eb0ee46 [DAGCombiner] Add add/sub saturation undef handling
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 ++++++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 ++++++ lib/Support/VirtualFileSystem.cpp | 2 +- .../mips-prelegalizer-combiner/tryCombine.mir | 1 + test/CodeGen/X86/combine-add-ssat.ll | 18 +++++------------- test/CodeGen/X86/combine-add-usat.ll | 12 ++++-------- test/CodeGen/X86/combine-sub-ssat.ll | 10 ++-------- test/CodeGen/X86/combine-sub-usat.ll | 6 ++---- 8 files changed, 29 insertions(+), 34 deletions(-)