This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Add isel for 32-bit add/sub(cntp()) -> incp/decp.
ClosedPublic

Authored by paulwalker-arm on Jul 3 2023, 7:55 AM.

Details

Summary

Patterns already exist for 64-bit that I've simply copied and
converted to include the necessary truncation.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Jul 3 2023, 7:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Jul 3 2023, 7:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2023, 7:55 AM
huntergr accepted this revision.Jul 4 2023, 1:37 AM
This revision is now accepted and ready to land.Jul 4 2023, 1:37 AM