This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Lower "unpredicated" sabd/uabd intrinsics to ISD::ABDS/U.
ClosedPublic

Authored by paulwalker-arm on Jun 20 2022, 6:30 AM.

Details

Summary

This enables an existing transformation that when combined with an
add will emit saba/uaba instructions.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Jun 20 2022, 6:30 AM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Jun 20 2022, 6:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 6:30 AM
bsmith accepted this revision.Jun 20 2022, 7:07 AM

LGTM

This revision is now accepted and ready to land.Jun 20 2022, 7:07 AM
This revision was landed with ongoing or failed builds.Jun 21 2022, 4:04 PM
This revision was automatically updated to reflect the committed changes.