Ayke van Laethem 8bab8a2bd7 [AVR] Only support sp, r0 and r1 in llvm.read_register
Most other registers are allocatable and therefore cannot be used.

This issue was flagged by the machine verifier, because reading other
registers is considered reading from an undefined register.

Differential Revision: https://reviews.llvm.org/D96969
2021-07-24 14:03:27 +02:00
..
2021-07-24 14:03:26 +02:00
2020-10-29 10:54:17 +08:00
2021-07-24 14:03:26 +02:00

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.