This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bda3ad7207 Revert r330027: "[llvm-exegesis] re-enable failing tests af [...] new b69d7e5c93a [ARM] FP16 vmaxnm/vminnm scalar instructions
The 1 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/ARM/ARMISelLowering.cpp | 5 + lib/Target/ARM/ARMInstrNEON.td | 13 + lib/Target/ARM/ARMInstrVFP.td | 4 +- test/CodeGen/ARM/fp16-instructions.ll | 7 +- test/CodeGen/ARM/fp16-vminmaxnm-safe.ll | 366 ++++++++++++++++++++++++++++ test/CodeGen/ARM/fp16-vminmaxnm.ll | 418 ++++++++++++++++++++++++++++++++ 6 files changed, 810 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/ARM/fp16-vminmaxnm-safe.ll create mode 100644 test/CodeGen/ARM/fp16-vminmaxnm.ll