Files
clang-p2996/llvm/lib/Target/AVR
Dylan McKay 454258671d [AVR] Redefine the 'LSL' instruction as an alias of 'ADD'
The 'LSL Rd' instruction is equivalent to 'ADD Rd, Rd'.

llvm-svn: 341278
2018-09-01 12:23:00 +00:00
..
2018-07-15 07:24:27 +00:00

AVR backend

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