This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a38100a64a0 [X86] Add test cases for D58874 new 349f5f864aa [X86] Add SADDO/UADDO and SSUBO/USUBO 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-addo.ll | 216 ++++++++++++++++++++++++++++++++++ test/CodeGen/X86/combine-subo.ll | 248 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 464 insertions(+) create mode 100644 test/CodeGen/X86/combine-addo.ll create mode 100644 test/CodeGen/X86/combine-subo.ll