Files
llvm/test/CodeGen/AVR
Dylan McKay 44cb934125 [AVR] Fix the 'call.ll' CodeGen test
Commit r343851 changed the format of the generated instructions.

An unnecessary load has been removed. Previously, a value would be moved
from r24 into a temporary register just to be copied into r30 before the
indirect call. Now, codegen immediately loads r24 into r30, saving a
MOVW instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344111 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-10 03:21:42 +00:00
..
2017-04-19 12:02:52 +00:00
2016-12-31 01:07:14 +00:00
2018-10-10 03:21:42 +00:00
2017-07-11 04:17:13 +00:00
2017-07-11 04:17:13 +00:00
2017-11-24 15:36:43 +00:00
2016-11-09 23:46:52 +00:00
2016-12-30 00:21:56 +00:00
2016-12-31 01:07:14 +00:00
2016-11-09 23:46:52 +00:00
2017-12-09 07:51:43 +00:00