This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6e61654a19 [ThinLTO] Escape module paths when printing new 83a86dd616b [InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y) new fd0e24d7eaa [InstCombine] icmp-logical.ll: restore the original intenti [...] new e425a8e34ad [AArch64] Armv8.4-A: LDAPR & STLR with immediate offset ins [...] new 8840e88391b Follow up of r336913: forgot to add the new test files.
The 4 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/AArch64InstrFormats.td | 13 + lib/Target/AArch64/AArch64InstrInfo.td | 17 ++ .../AArch64/Disassembler/AArch64Disassembler.cpp | 13 + lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 + test/MC/AArch64/armv8.4a-ldst-error.s | 188 +++++++++++++ test/MC/AArch64/armv8.4a-ldst.s | 307 +++++++++++++++++++++ test/MC/Disassembler/AArch64/armv8.4a-ldst.txt | 277 +++++++++++++++++++ ...onstant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll | 29 +- ...icalize-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll | 43 ++- test/Transforms/InstCombine/icmp-logical.ll | 16 +- 10 files changed, 856 insertions(+), 51 deletions(-) create mode 100644 test/MC/AArch64/armv8.4a-ldst-error.s create mode 100644 test/MC/AArch64/armv8.4a-ldst.s create mode 100644 test/MC/Disassembler/AArch64/armv8.4a-ldst.txt