This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b458d85f09b [MergeICmps] Enable the MergeICmps Pass by default. new 74c3cb19aa1 Revert "[MergeICmps] Enable the MergeICmps Pass by default." new 96102045c0f [ARM] Armv8.2-A FP16 code generation (part 3/3)
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/CodeGen/TargetPassConfig.cpp | 9 +- lib/Target/ARM/ARMISelLowering.cpp | 21 ++ lib/Target/ARM/ARMISelLowering.h | 1 + lib/Target/ARM/ARMInstrVFP.td | 119 ++++-- test/CodeGen/ARM/fp16-instructions.ll | 574 ++++++++++++++++++++++++++++- test/CodeGen/Generic/llc-start-stop.ll | 6 +- test/CodeGen/PowerPC/memcmp-mergeexpand.ll | 22 +- test/CodeGen/X86/memcmp-mergeexpand.ll | 29 +- 8 files changed, 719 insertions(+), 62 deletions(-)