This is an archive of the discontinued LLVM Phabricator instance.

[ARM,MVE] Add ACLE intrinsics for VCVT[ANPM] family.
ClosedPublic

Authored by simon_tatham on Feb 27 2020, 6:58 AM.

Details

Summary

These instructions convert a vector of floats to a vector of integers
of the same size, with assorted non-default rounding modes.
Implemented in IR as target-specific intrinsics, because as far as I
can see there are no matches for that functionality in the standard IR
intrinsics list.

Diff Detail

Event Timeline

simon_tatham created this revision.Feb 27 2020, 6:58 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 27 2020, 6:58 AM
dmgreen accepted this revision.Mar 1 2020, 7:29 AM

Sound good to me

This revision is now accepted and ready to land.Mar 1 2020, 7:29 AM
This revision was automatically updated to reflect the committed changes.