Dylan McKay 001bbba7fe [AVR] Redefine the 'LSL' instruction as an alias of 'ADD'
The 'LSL Rd' instruction is equivalent to 'ADD Rd, Rd'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341278 91177308-0d34-0410-b5e6-96231b3b80d8
2018-09-01 12:23:00 +00:00
..
2018-07-15 07:24:27 +00:00
2017-07-11 04:45:15 +00:00
2016-12-10 12:08:19 +00:00

AVR backend

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