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 |
Dylan McKay
|
820553fdb1
|
[AVR] Fix the testsuite after '%' changed to '$' in MIR
llvm-svn: 324583
|
2018-02-08 09:17:11 +00:00 |
Matthias Braun
|
f1141285eb
|
MIRTests: Remove unnecessary 2>&1 redirection
llc mir output goes to stdout nowadays, so the 2>&1 is not necessary
anymore for most tests.
llvm-svn: 295859
|
2017-02-22 18:47:41 +00:00 |
Dylan McKay
|
a5d49dfbb3
|
[AVR] Add tests for a large number of pseudo instructions
This adds MIR tests for 24 pseudo instructions.
llvm-svn: 289191
|
2016-12-09 07:49:04 +00:00 |