This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f580f44 [MSSA] Small test fix new e37d964 Improve DebugInfo/strip-loop-metadata.ll test new bced0c8 [x86] add/consolidate tests for setcc+setcc+and/or; NFC
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: test/CodeGen/X86/and-setcc.ll | 33 ---- test/CodeGen/X86/brcond.ll | 39 ---- test/CodeGen/X86/setcc-logic.ll | 347 ++++++++++++++++++++++++++++++++++ test/DebugInfo/strip-loop-metadata.ll | 11 +- 4 files changed, 357 insertions(+), 73 deletions(-) delete mode 100644 test/CodeGen/X86/and-setcc.ll create mode 100644 test/CodeGen/X86/setcc-logic.ll