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.
Paths
| Differential D63776
[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
Event TimelineThis revision is now accepted and ready to land.Jun 25 2019, 9:41 AM Closed by commit rL364330: [AVR] Adjust to Register class change (authored by aykevl). · Explain WhyJun 25 2019, 9:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 206471 llvm/trunk/lib/Target/AVR/AVRRegisterInfo.h
llvm/trunk/lib/Target/AVR/AVRRegisterInfo.cpp
|