This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by benshi001 on Jun 5 2023, 1:47 AM.

Diff Detail

Event Timeline

benshi001 created this revision.Jun 5 2023, 1:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 1:47 AM
benshi001 requested review of this revision.Jun 5 2023, 1:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 1:47 AM
benshi001 edited the summary of this revision. (Show Details)Jun 5 2023, 1:53 AM
This revision is now accepted and ready to land.Jun 5 2023, 2:09 AM
Patryk27 accepted this revision.Jun 5 2023, 2:15 AM
benshi001 updated this revision to Diff 528335.Jun 5 2023, 2:42 AM
benshi001 retitled this revision from [AVR] Optimize 8-bit rotation to [AVR] Optimize 8-bit rotation when rotation bits >= 4.Jun 5 2023, 2:45 AM
benshi001 edited the summary of this revision. (Show Details)
benshi001 updated this revision to Diff 528401.Jun 5 2023, 6:31 AM

@aykevl How about your thoughts on this change ?

aykevl accepted this revision.Jun 7 2023, 6:35 AM
This revision was automatically updated to reflect the committed changes.