This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add vselect(fmin/fmax) SVE patterns
ClosedPublic

Authored by dmgreen on Jul 20 2023, 11:15 AM.

Details

Summary

For both minnum/maxnum and minimum/maximum, this adds tablegen patterns for vselect(fmin/fmax), creating a predicate fminnm/fmaxnm/fmin/fmax nodes.

Diff Detail

Event Timeline

dmgreen created this revision.Jul 20 2023, 11:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 11:15 AM
dmgreen requested review of this revision.Jul 20 2023, 11:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 11:15 AM
Matt added a subscriber: Matt.Jul 20 2023, 3:16 PM
Allen accepted this revision.Jul 21 2023, 12:44 AM
This revision is now accepted and ready to land.Jul 21 2023, 12:44 AM
This revision was landed with ongoing or failed builds.Jul 24 2023, 6:55 AM
This revision was automatically updated to reflect the committed changes.