[PATCH] D114360: [ARM] Convert fptoi.sat to fixed point multiply

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 04:10:54 PST 2021


dmgreen created this revision.
dmgreen added reviewers: samtebbs, SjoerdMeijer, ostannard, simon_tatham.
Herald added subscribers: hiraditya, kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.

This is a very small addition to the existing MVE fixed point vcvt code to also create them from FP_TO_SINT_SAT and FP_TO_UINT_SAT nodes, which should be equally valid for native saturating converts under MVE.


https://reviews.llvm.org/D114360

Files:
  llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  llvm/test/CodeGen/Thumb2/mve-vcvt-float-to-fixed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114360.388872.patch
Type: text/x-patch
Size: 5589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211122/d7e1d5bc/attachment.bin>


More information about the llvm-commits mailing list