This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2448ce21221 [llvm-mca] Add pipeline stall events. new 5a0249de088 Stylish change. NFC new e9c814d4ae5 [ARM] Support for v4f16 and v8f16 vectors new cae812cc14b [MergeICmps] Re-land 324317 "Enable the MergeICmps Pass by [...]
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/StackColoring.cpp | 4 +-- lib/CodeGen/TargetPassConfig.cpp | 9 +++---- lib/Target/ARM/ARMCallingConv.h | 3 +++ lib/Target/ARM/ARMCallingConv.td | 16 +++++------ lib/Target/ARM/ARMISelDAGToDAG.cpp | 2 ++ lib/Target/ARM/ARMISelLowering.cpp | 9 +++++-- lib/Target/ARM/ARMInstrNEON.td | 8 ++++++ test/CodeGen/ARM/fp16-intrinsic-vector-1op.ll | 39 +++++++++++++++++++++++++++ test/CodeGen/ARM/fp16-intrinsic-vector-2op.ll | 21 +++++++++++++++ test/CodeGen/Generic/llc-start-stop.ll | 6 ++--- test/CodeGen/PowerPC/memcmp-mergeexpand.ll | 22 +++++---------- test/CodeGen/X86/memcmp-mergeexpand.ll | 29 +++++--------------- 12 files changed, 110 insertions(+), 58 deletions(-) create mode 100644 test/CodeGen/ARM/fp16-intrinsic-vector-1op.ll create mode 100644 test/CodeGen/ARM/fp16-intrinsic-vector-2op.ll