This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add "fast" fcmp operations.
ClosedPublic

Authored by efriedma on Jul 23 2020, 12:59 PM.

Details

Summary

dacf8d3 added support for most fcmp operations, but there are some extra variations I hadn't considered: SelectionDAG supports float comparisons that are neither ordered nor ordered. Add support for the missing operations.

Diff Detail

Event Timeline

efriedma created this revision.Jul 23 2020, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2020, 12:59 PM
paulwalker-arm accepted this revision.Jul 24 2020, 5:35 AM
This revision is now accepted and ready to land.Jul 24 2020, 5:35 AM
This revision was automatically updated to reflect the committed changes.