blob: 2bcf63cf7581d092bbedeb9c629a01642d23c421 (
plain)
1
2
3
4
5
6
7
8
|
# AVR backend
This experimental backend is for the 8-bit Atmel [AVR](https://en.wikipedia.org/wiki/Atmel_AVR) microcontroller.
## Useful links
* [Unresolved bugs](https://github.com/llvm/llvm-project/labels/backend%3AAVR)
* [Architecture notes](https://github.com/avr-llvm/architecture)
|