This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68724fc3530 [GlobalISel] Legalize G_(S|U)DIV libcalls new eaf78a2f040 [ARM] GlobalISel: Support G_(S|U)DIV for s32 new 8e5f1d4de28 [Arch64AsmParser] better diagnostic for isb
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/AArch64/AsmParser/AArch64AsmParser.cpp | 12 ++-- lib/Target/ARM/ARMInstructionSelector.cpp | 10 +++ lib/Target/ARM/ARMLegalizerInfo.cpp | 7 ++ lib/Target/ARM/ARMRegisterBankInfo.cpp | 2 + .../ARM/GlobalISel/arm-instruction-select.mir | 70 ++++++++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll | 23 +++++++ .../CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir | 76 ++++++++++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 56 ++++++++++++++++ test/MC/AArch64/basic-a64-diagnostics.s | 12 ++++ 9 files changed, 261 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir