This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8040eab5894 [NFC] fix trivial typos in comments and documents new 3b4e0d39af7 [ARM] Armv8.2-A FP16 code generation (part 1/3)
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/ARMBaseInstrInfo.cpp | 8 +++ lib/Target/ARM/ARMCallingConv.td | 3 +- lib/Target/ARM/ARMISelDAGToDAG.cpp | 49 +++++++++++++---- lib/Target/ARM/ARMISelLowering.cpp | 73 ++++++++++++++++++++++++- lib/Target/ARM/ARMInstrFormats.td | 3 +- lib/Target/ARM/ARMInstrVFP.td | 35 ++++++++---- lib/Target/ARM/ARMRegisterInfo.td | 12 ++++ lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 7 +++ lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 4 +- test/CodeGen/ARM/GlobalISel/arm-unsupported.ll | 2 +- test/CodeGen/ARM/fp16-instructions.ll | 72 ++++++++++++++++++++++++ 11 files changed, 239 insertions(+), 29 deletions(-) create mode 100644 test/CodeGen/ARM/fp16-instructions.ll