This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a9970f0 Revert "r292904 - [lit] Allow boolean expressions in REQUIRES [...] new 597b775 [SelectionDAG] Handle inverted conditions when splitting into [...]
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: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 59 ++++++++++++++++++------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 5 +- test/CodeGen/AArch64/br-cond-not-merge.ll | 32 +++++++++++++ test/CodeGen/X86/cmov.ll | 5 +- test/CodeGen/X86/dagcombine-and-setcc.ll | 7 +-- 5 files changed, 88 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/AArch64/br-cond-not-merge.ll