This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Fix operands for ASRW8Rd
AbandonedPublic

Authored by aykevl on Feb 21 2021, 4:47 PM.

Details

Summary

The second (instead of the first) operand was set as the definition for the ADDRdRr instruction.

This issue was flagged by the machine verifier.

Diff Detail

Event Timeline

aykevl created this revision.Feb 21 2021, 4:47 PM
aykevl requested review of this revision.Feb 21 2021, 4:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2021, 4:47 PM
aykevl abandoned this revision.Feb 21 2021, 5:02 PM

Let's merge this with D97159.