This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6def39bfec0 [codeview] Finish support for reading and writing S_ANNOTAT [...] new bca5cee3065 [NFC][InstCombine] Add some more tests for pulling binops t [...] new 732c2541cd5 [X86] Strengthen type constraints on some specialized X86 I [...]
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/Target/X86/X86InstrFragmentsSIMD.td | 22 +- .../InstCombine/pull-binop-through-shift.ll | 260 +++++++++++++++++ .../pull-conditional-binop-through-shift.ll | 308 +++++++++++++++++++++ 3 files changed, 585 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/InstCombine/pull-binop-through-shift.ll create mode 100644 test/Transforms/InstCombine/pull-conditional-binop-through-shift.ll