This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa15a2efde1 [SystemZ] NFC reformatting in SystemZTargetTransformInfo.cpp new 35a25c7fdd0 [WebAssembly] Error out when block/loop markers mismatch new dcebff85b48 Address comments new 8b707d72225 Tidy up test case new 0c69a17dcce Delete test case. Assertions can't be tested. new 50bf7df5bb7 [AArch64] Implement FP16FML intrinsics
The 5 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: include/llvm/IR/IntrinsicsAArch64.td | 11 ++++ lib/Target/AArch64/AArch64InstrFormats.td | 44 ++++++++++--- lib/Target/AArch64/AArch64InstrInfo.td | 26 +++----- .../InstPrinter/WebAssemblyInstPrinter.cpp | 12 ++-- test/CodeGen/AArch64/neon-fp16fml.ll | 74 ++++++++++++++++++++++ 5 files changed, 135 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/AArch64/neon-fp16fml.ll