This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e83f99d56c [ARM] Adjust test checks new b887495d4b1 [TargetLibraryInfo] Discard library functions with incorrec [...] new f66f36e9a4d AArch64: work around how Cyclone handles "movi.2d vD, #0".
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/Analysis/TargetLibraryInfo.cpp | 6 ++--- lib/Target/AArch64/AArch64.td | 9 ++++++- lib/Target/AArch64/AArch64AsmPrinter.cpp | 2 +- lib/Target/AArch64/AArch64Subtarget.h | 5 ++++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 25 +++++++++++++++++++ test/CodeGen/AArch64/arm64-fcmp-opt.ll | 28 +++++++++++----------- test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 12 +++++----- test/CodeGen/AArch64/fp-cond-sel.ll | 2 +- test/MC/AArch64/cyclone-movi-bug.s | 9 +++++++ .../InstCombine/strncmp-wrong-datalayout.ll | 16 +++++++++++++ 10 files changed, 88 insertions(+), 26 deletions(-) create mode 100644 test/MC/AArch64/cyclone-movi-bug.s create mode 100644 test/Transforms/InstCombine/strncmp-wrong-datalayout.ll