This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Predicated mla/mls patterns
ClosedPublic

Authored by dmgreen on May 5 2023, 9:03 AM.

Details

Summary

To go with D149267 and D149967, this adds predicated mla/mls patterns, selected from select(mask, add(a, mul(b, c)), a) -> mla(a, mask, b, c). The existing patterns are eventually removed by D149967.

Diff Detail

Event Timeline

dmgreen created this revision.May 5 2023, 9:03 AM
dmgreen requested review of this revision.May 5 2023, 9:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 9:03 AM
Matt added a subscriber: Matt.May 5 2023, 2:40 PM
paulwalker-arm accepted this revision.Jun 1 2023, 5:50 AM
This revision is now accepted and ready to land.Jun 1 2023, 5:50 AM
This revision was landed with ongoing or failed builds.Jun 5 2023, 2:09 AM
This revision was automatically updated to reflect the committed changes.