This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e6d677ada82 GlobalISel: Add buildXor/buildNot new eacd3955c7d [NFC][CodeGen] Add some more tests for pulling binops throu [...]
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: test/CodeGen/AArch64/pull-binop-through-shift.ll | 310 +++++++++ .../pull-conditional-binop-through-shift.ll | 383 +++++++++++ test/CodeGen/X86/pull-binop-through-shift.ll | 546 ++++++++++++++++ .../X86/pull-conditional-binop-through-shift.ll | 717 +++++++++++++++++++++ 4 files changed, 1956 insertions(+) create mode 100644 test/CodeGen/AArch64/pull-binop-through-shift.ll create mode 100644 test/CodeGen/AArch64/pull-conditional-binop-through-shift.ll create mode 100644 test/CodeGen/X86/pull-binop-through-shift.ll create mode 100644 test/CodeGen/X86/pull-conditional-binop-through-shift.ll