This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Adjust to Register class change
ClosedPublic

Authored by aykevl on Jun 25 2019, 9:38 AM.

Details

Summary

A refactor in r364191 changed register types from an unsigned int to the llvm:Register class. Adjust the AVR backend to this change.

This fixes build errors when building with the experimental AVR backend enabled.

Diff Detail

Repository
rL LLVM

Event Timeline

aykevl created this revision.Jun 25 2019, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 25 2019, 9:38 AM
Herald added subscribers: Jim, hiraditya. · View Herald Transcript
arsenm accepted this revision.Jun 25 2019, 9:41 AM
This revision is now accepted and ready to land.Jun 25 2019, 9:41 AM
This revision was automatically updated to reflect the committed changes.