This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Implement floating-point comparison & reduction intrinsics
ClosedPublic

Authored by kmclaughlin on Nov 5 2019, 10:22 AM.

Details

Summary

Adds intrinsics for the following:

  • fadda & faddv
  • fminv, fmaxv, fminnmv & fmaxnmv
  • facge & facgt
  • fcmp[eq|ge|gt|ne|uo]

Diff Detail

Event Timeline

kmclaughlin created this revision.Nov 5 2019, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2019, 10:22 AM
sdesmalen accepted this revision.Nov 8 2019, 3:37 AM

Thanks, LGTM!

This revision is now accepted and ready to land.Nov 8 2019, 3:37 AM
This revision was automatically updated to reflect the committed changes.