This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a9961f34ed2 Rename lazy initialization functions to reflect behavior (NFC) new 85678535ba7 [Reassociate] add test for missing FP constant analysis; NFC new ebcc0927e37 [AArch64][GlobalISel] Fix fallbacks introduced in r336120 d [...] new a06d966cffd [AArch64][SVE] Asm: Support for FP Complex ADD/MLA. new ed7df98414e [Reassociate] regenerate checks; NFC
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/AArch64CallLowering.cpp | 7 +- lib/Target/AArch64/AArch64SVEInstrInfo.td | 3 + lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 10 +- lib/Target/AArch64/SVEInstrFormats.td | 105 +++++++++++ .../AArch64/GlobalISel/arm64-callingconv-ios.ll | 9 +- .../AArch64/GlobalISel/irtranslator-exceptions.ll | 3 +- test/MC/AArch64/SVE/fcadd-diagnostics.s | 37 ++++ test/MC/AArch64/SVE/fcadd.s | 44 +++++ test/MC/AArch64/SVE/fcmla-diagnostics.s | 52 ++++++ test/MC/AArch64/SVE/fcmla.s | 104 +++++++++++ test/Transforms/Reassociate/absorption.ll | 22 ++- test/Transforms/Reassociate/basictest.ll | 192 ++++++++++++--------- 12 files changed, 498 insertions(+), 90 deletions(-) create mode 100644 test/MC/AArch64/SVE/fcadd-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fcadd.s create mode 100644 test/MC/AArch64/SVE/fcmla-diagnostics.s create mode 100644 test/MC/AArch64/SVE/fcmla.s