[PATCH] D38315: [ARM] Armv8.2-A FP16 code generation (part 1/2)

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 09:21:38 PST 2018


SjoerdMeijer updated this revision to Diff 131289.
SjoerdMeijer added a comment.

This addressing the straightforward comments:

- the unnecessary calling conv change,
- the mask for the imm8

I agree that the bitcast optimisation is generic, but for now I prefer to have
it working locally first, and we can address this in a follow-up patch.

I am now looking into the SOFTFP-FP16 case which looks like to be doing 
default legalisation for bitcasts.


https://reviews.llvm.org/D38315

Files:
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMCallingConv.td
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMInstrFormats.td
  lib/Target/ARM/ARMInstrVFP.td
  lib/Target/ARM/ARMRegisterInfo.td
  lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
  test/CodeGen/ARM/GlobalISel/arm-unsupported.ll
  test/CodeGen/ARM/fp16-instructions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38315.131289.patch
Type: text/x-patch
Size: 21932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180124/c2a6cbc8/attachment.bin>


More information about the llvm-commits mailing list