This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Convert fptoi.sat to fixed point multiply
ClosedPublic

Authored by dmgreen on Nov 22 2021, 4:10 AM.

Details

Summary

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.

Diff Detail

Event Timeline

dmgreen created this revision.Nov 22 2021, 4:10 AM
dmgreen requested review of this revision.Nov 22 2021, 4:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2021, 4:10 AM
This revision is now accepted and ready to land.Nov 24 2021, 2:55 AM
This revision was landed with ongoing or failed builds.Nov 25 2021, 7:43 AM
This revision was automatically updated to reflect the committed changes.