Files
clang-p2996/llvm/lib/Target/AVR
Ayke van Laethem a8673b7229 [AVR] Add FeatureEIJMPCALL to FamilyAVR6
This feature was probably missed when adding FamilyAVR6, but should
definitely be there. I checked all four devices in the AVR6 family and
they all support eijmp/eicall.

Found while working on https://reviews.llvm.org/D137572.

Differential Revision: https://reviews.llvm.org/D137573
2022-11-15 15:29:37 +01:00
..

AVR backend

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