This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Implement floating-point conversion intrinsics
ClosedPublic

Authored by kmclaughlin on Nov 13 2019, 6:49 AM.

Details

Summary

Adds intrinsics for the following:

  • fcvt
  • fcvtzs & fcvtzu
  • scvtf & ucvtf
  • fcvtlt, fcvtnt
  • fcvtx & fcvtxnt

Diff Detail

Event Timeline

kmclaughlin created this revision.Nov 13 2019, 6:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 13 2019, 6:49 AM
This revision is now accepted and ready to land.Nov 22 2019, 3:52 AM
This revision was automatically updated to reflect the committed changes.