[PATCH] D38315: [ARM] Add f16 type support and code generation (part 1/2)
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 04:05:32 PDT 2017
SjoerdMeijer added a comment.
Realised that I am not testing hard float abi without fullfp16 support. And now see that code generation is not really optimal: it is generating eabi calls for the fp16 <-> fp conversions, whereas it should use the normal convert instructions. Fixing this.
https://reviews.llvm.org/D38315
More information about the llvm-commits
mailing list