This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5ece4ca130 [LOOPINFO] Introduce the loop guard API. Summary: This is t [...] new f47ea4a4002 [NFC][CodeGen][X86][AArch64] div-rem pair reconstruction te [...]
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: .../AArch64/div-rem-pair-recomposition-signed.ll | 319 +++++++ .../AArch64/div-rem-pair-recomposition-unsigned.ll | 319 +++++++ .../X86/div-rem-pair-recomposition-signed.ll | 951 +++++++++++++++++++++ .../X86/div-rem-pair-recomposition-unsigned.ll | 949 ++++++++++++++++++++ 4 files changed, 2538 insertions(+) create mode 100644 test/CodeGen/AArch64/div-rem-pair-recomposition-signed.ll create mode 100644 test/CodeGen/AArch64/div-rem-pair-recomposition-unsigned.ll create mode 100644 test/CodeGen/X86/div-rem-pair-recomposition-signed.ll create mode 100644 test/CodeGen/X86/div-rem-pair-recomposition-unsigned.ll