This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Do not select unimplemented pseudo instructions
ClosedPublic

Authored by benshi001 on Jan 7 2023, 7:53 PM.

Details

Summary

The expansion of pseudo instructions LPMWRdZPi/ELPMBRdZPi/ELPMWRdZPi
have not be implemented, so we should not select them currently.

Diff Detail

Event Timeline

benshi001 created this revision.Jan 7 2023, 7:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2023, 7:53 PM
Herald added subscribers: Jim, hiraditya. · View Herald Transcript
benshi001 requested review of this revision.Jan 7 2023, 7:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2023, 7:53 PM
benshi001 added inline comments.Jan 7 2023, 7:54 PM
llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
886

LPMWRdZPi is unimplemented.

890

ELPMBRdZPi is unimplemented.

895

ELPMWRdZPi is unimplemented.

Miss_Grape accepted this revision.Jan 10 2023, 12:07 AM
This revision is now accepted and ready to land.Jan 10 2023, 12:07 AM
This comment was removed by Miss_Grape.
This revision was automatically updated to reflect the committed changes.