This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2bdc7ff150b [mips] Correct predicates for loads, bit manipulation instr [...] new 55348758ce1 [InstCombine] fix typo in test comment; NFC new 3e703da2578 Allow binop C1, (select cc, CF, CT) -> select folding
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 38 +++-- test/CodeGen/AMDGPU/dagcombine-select.ll | 182 +++++++++++++++++++++ test/CodeGen/PowerPC/select_const.ll | 226 ++++++++++++-------------- test/CodeGen/X86/dagcombine-select.ll | 96 +++++------ test/Transforms/InstCombine/shuffle_select.ll | 2 +- 5 files changed, 354 insertions(+), 190 deletions(-) create mode 100644 test/CodeGen/AMDGPU/dagcombine-select.ll