This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Extend isel pattern coverage for INCP & DECP.
ClosedPublic

Authored by paulwalker-arm on Jan 30 2022, 8:16 AM.

Details

Summary

Adds patterns for:

add(x, cntp(p, p)) -> incp(x, p)
sub(x, cntp(p, p)) -> decp(x, p)

Diff Detail

Event Timeline

paulwalker-arm created this revision.Jan 30 2022, 8:16 AM
paulwalker-arm requested review of this revision.Jan 30 2022, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2022, 8:16 AM
bsmith accepted this revision.Jan 31 2022, 4:36 AM

LGTM

This revision is now accepted and ready to land.Jan 31 2022, 4:36 AM
Matt added a subscriber: Matt.Jan 31 2022, 8:05 AM
This revision was landed with ongoing or failed builds.Jan 31 2022, 11:06 AM
This revision was automatically updated to reflect the committed changes.