This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd00c50 [InstCombine] use APInt in isSignTest instead of ConstantInt; NFC new 3e6c82c [GlobalISel] Add support for DIV/REM. new c9134ed [AArch64][GlobalISel] Select G_SDIV/G_UDIV.
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/CodeGen/GlobalISel/IRTranslator.h | 18 ++- include/llvm/Target/GenericOpcodes.td | 32 ++++++ include/llvm/Target/TargetOpcodes.def | 12 ++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 10 ++ lib/Target/AArch64/AArch64MachineLegalizer.cpp | 2 +- .../AArch64/GlobalISel/arm64-instructionselect.mir | 126 +++++++++++++++++++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 44 +++++++ 7 files changed, 239 insertions(+), 5 deletions(-)