This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Optimize 8-bit rotation when rotation bits == 3
ClosedPublic

Authored by benshi001 on Jun 7 2023, 5:03 AM.

Diff Detail

Event Timeline

benshi001 created this revision.Jun 7 2023, 5:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 5:03 AM
benshi001 requested review of this revision.Jun 7 2023, 5:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2023, 5:03 AM
benshi001 updated this revision to Diff 529259.Jun 7 2023, 5:03 AM
benshi001 retitled this revision from [AVR] Optimize 8-bit rotation when rotation bits == 4 to [AVR] Optimize 8-bit rotation when rotation bits == 3.
aykevl accepted this revision.Jun 7 2023, 6:39 AM
This revision is now accepted and ready to land.Jun 7 2023, 6:39 AM
This revision was automatically updated to reflect the committed changes.