This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add ISel patterns for floating point compare with zero instructions
ClosedPublic

Authored by bsmith on Jul 6 2021, 8:17 AM.

Details

Summary

Additionally, lower the floating point compare SVE intrinsics to
SETCC_MERGE_ZERO ISD nodes to avoid duplicating ISel patterns.

Diff Detail

Event Timeline

bsmith created this revision.Jul 6 2021, 8:17 AM
bsmith requested review of this revision.Jul 6 2021, 8:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2021, 8:17 AM
Matt added a subscriber: Matt.Jul 6 2021, 3:23 PM
peterwaller-arm accepted this revision.Jul 7 2021, 1:56 AM
This revision is now accepted and ready to land.Jul 7 2021, 1:56 AM