This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add MVE lowering for fptosi.sat
ClosedPublic

Authored by dmgreen on Aug 10 2021, 1:05 PM.

Details

Summary

This adds lowering of the llvm.fptosi.sat and llvm.fptoui.sat intinsics, selecting a VCVT instruction which under MVE will inherently perform the saturate.

Diff Detail

Event Timeline

dmgreen created this revision.Aug 10 2021, 1:05 PM
dmgreen requested review of this revision.Aug 10 2021, 1:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2021, 1:05 PM
samtebbs accepted this revision.Sep 1 2021, 9:08 AM

Very nice

This revision is now accepted and ready to land.Sep 1 2021, 9:08 AM
This revision was landed with ongoing or failed builds.Sep 1 2021, 2:39 PM
This revision was automatically updated to reflect the committed changes.