This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 98d9d8b1f18 [CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADD new 728ff6c67cc [GlobalISel] Add ISel support for @llvm.lifetime.start and [...] new d0f8c40a1e5 Revert "[CMake] Use __libc_start_main rather than fopen whe [...] new 1f0db1fa534 [AArch64] Add 'apple-latest' CPU alias
The 3 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/CodeGen/GlobalISel/IRTranslator.cpp | 33 ++++++++++++++++++---- lib/Target/AArch64/AArch64.td | 3 ++ runtimes/CMakeLists.txt | 2 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 6 ++++ .../GlobalISel}/dynamic-alloca-lifetime.ll | 11 +++++--- test/CodeGen/AArch64/apple-latest-cpu.ll | 7 +++++ test/CodeGen/AArch64/cpus.ll | 1 + test/CodeGen/AArch64/mingw-refptr.ll | 7 +++++ test/CodeGen/AArch64/stack_guard_remat.ll | 8 ++++++ 9 files changed, 67 insertions(+), 11 deletions(-) copy test/CodeGen/{X86 => AArch64/GlobalISel}/dynamic-alloca-lifetime.ll (80%) create mode 100644 test/CodeGen/AArch64/apple-latest-cpu.ll