This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b7f706d [CloneFunction] Add a testcase for r277691/r277693 new 3ca2c43 GlobalISel: add support for G_MUL new df7cecc GlobalISel: extend add widening to SUB, MUL, OR, AND and XOR.
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: include/llvm/Target/GenericOpcodes.td | 8 ++++++ include/llvm/Target/TargetOpcodes.def | 11 ++++++-- lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 ++ lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 10 +++++-- lib/Target/AArch64/AArch64MachineLegalizer.cpp | 2 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 11 ++++++++ test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 32 ++++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 32 ++++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 32 ++++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 32 ++++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 32 ++++++++++++++++++++++ 11 files changed, 199 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-and.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-mul.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-or.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-sub.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-xor.mir