This is an archive of the discontinued LLVM Phabricator instance.

[ARM][MVE] Add fixed point vector conversion intrinsics
ClosedPublic

Authored by miyuki on Feb 6 2020, 8:31 AM.

Details

Summary

This patch implements the following Arm ACLE MVE intrinsics:

  • vcvtq_n_*
  • vcvtq_m_n_*
  • vcvtq_x_n_*

and two corresponding LLVM IR intrinsics:

  • int_arm_mve_vcvt_fix (vcvtq_n_*)
  • int_arm_mve_vcvt_fix_predicated (vcvtq_m_n_*, vcvtq_x_n_*)

Diff Detail

Event Timeline

miyuki created this revision.Feb 6 2020, 8:31 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 6 2020, 8:31 AM
MarkMurrayARM accepted this revision.Feb 6 2020, 8:48 AM

This looks familiar and reassuring.

This revision is now accepted and ready to land.Feb 6 2020, 8:48 AM
This revision was automatically updated to reflect the committed changes.