[PATCH] D45205: [ARM] FP16 VSEL codegen follow up
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 05:38:43 PDT 2018
SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: samparker, olista01.
Herald added subscribers: kristof.beyls, javed.absar.
This is a follow up of https://reviews.llvm.org/rL327695, to instruction select
more variants of VSELGT and VSELGE, for which it is necessary
to custom lower SELECT.
More work is required in this area, which will be addressed soon:
- more variants need to be regression tested, but this depends on the next point.
- LowerConstantFP need to be adjusted for fp16 values.
https://reviews.llvm.org/D45205
Files:
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/fp16-instructions.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45205.140765.patch
Type: text/x-patch
Size: 3708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/cadab5f5/attachment.bin>
More information about the llvm-commits
mailing list