This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Reject invalid LDD instruction with explicit error
ClosedPublic

Authored by benshi001 on Apr 9 2023, 2:59 AM.

Details

Summary

We should reject ldd Rn, X with explicit error message
rather than llvm_unreachable in llvm's release build.

Fixes https://github.com/llvm/llvm-project/issues/62012

Diff Detail

Event Timeline

benshi001 created this revision.Apr 9 2023, 2:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2023, 2:59 AM
benshi001 requested review of this revision.Apr 9 2023, 2:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 9 2023, 2:59 AM
benshi001 edited the summary of this revision. (Show Details)Apr 9 2023, 3:39 AM
Miss_Grape accepted this revision.Apr 9 2023, 7:06 PM
This revision is now accepted and ready to land.Apr 9 2023, 7:06 PM
This revision was automatically updated to reflect the committed changes.