This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add VFP lowering for fptosi.sat
ClosedPublic

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

Details

Summary

This extends D107865 to the VFP insructions, lowering llvm.fptosi.sat and llvm.fptoui.sat to VCVT instructions that inherently perform the saturate.

Diff Detail

Event Timeline

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

Nice one

This revision is now accepted and ready to land.Aug 31 2021, 9:09 AM
This revision was landed with ongoing or failed builds.Sep 3 2021, 10:11 AM
This revision was automatically updated to reflect the committed changes.