This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ffdc67646ac Convert (CMP (srl/shl X, C), 0) to (CMP (and X, C'), 0) whe [...] new e23763e5beb [InstCombine] don't widen an arbitrary sequence of vector o [...] new b7aabefcef8 [SelectionDAG] Fix noop detection for vectors in AssertZext [...] new 2bf594e6caf [SDAG] Clarify the origin of chain in REG_SEQUENCE in comment, NFC
The 3 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/InstrEmitter.cpp | 4 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +-- lib/Transforms/InstCombine/InstCombineCasts.cpp | 15 +++-------- .../InstCombine/InstructionCombining.cpp | 5 +++- test/Transforms/InstCombine/cast.ll | 19 ++++++++------ test/Transforms/InstCombine/select-bitext.ll | 28 ++++++++++---------- test/Transforms/InstCombine/vector-casts.ll | 30 ++++++++++++---------- 7 files changed, 53 insertions(+), 52 deletions(-)