This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f7f753b17fd [LegalizeDAG] Remove 'NeedInvert' code from expansion of BR [...] new b66a27453d8 [X86] Add some basic add/sub saturation combine tests.
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: test/CodeGen/X86/combine-add-ssat.ll | 114 +++++++++++++++++++++++++++++++++++ test/CodeGen/X86/combine-add-usat.ll | 102 +++++++++++++++++++++++++++++++ test/CodeGen/X86/combine-sub-ssat.ll | 44 ++++++++++++++ test/CodeGen/X86/combine-sub-usat.ll | 40 ++++++++++++ 4 files changed, 300 insertions(+) create mode 100644 test/CodeGen/X86/combine-add-ssat.ll create mode 100644 test/CodeGen/X86/combine-add-usat.ll create mode 100644 test/CodeGen/X86/combine-sub-ssat.ll create mode 100644 test/CodeGen/X86/combine-sub-usat.ll