This is an archive of the discontinued LLVM Phabricator instance.

[AVR][NFC][test] Supplement a test of pseudo instruction RORBRd
ClosedPublic

Authored by benshi001 on Jun 3 2023, 8:26 PM.

Diff Detail

Event Timeline

benshi001 created this revision.Jun 3 2023, 8:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2023, 8:26 PM
benshi001 requested review of this revision.Jun 3 2023, 8:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2023, 8:26 PM
benshi001 retitled this revision from [AVR] Supplement a test of the pseudo instruction RORBRd to [AVR][NFC][test] Supplement a test of pseudo instruction RORBRd.Jun 3 2023, 8:28 PM
Patryk27 accepted this revision.Jun 4 2023, 2:00 AM
This revision is now accepted and ready to land.Jun 4 2023, 2:00 AM
aykevl accepted this revision.Jun 4 2023, 6:34 AM
aykevl added inline comments.
llvm/test/CodeGen/AVR/pseudo/RORBrd.mir
23

The only possible improvement I can think of is using CHECK-NEXT but it's fine as-is.

benshi001 marked an inline comment as done.Jun 4 2023, 7:44 AM
benshi001 added inline comments.
llvm/test/CodeGen/AVR/pseudo/RORBrd.mir
23

Thanks. I will fix this when committing it.

This revision was automatically updated to reflect the committed changes.
benshi001 marked an inline comment as done.