summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/issue-regalloc-stackframe-folding-earlyclobber.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Remove the earlyclobber flag from LDDWRdYQDylan McKay2018-03-061-0/+139
Before I started maintaining the AVR backend, this instruction never originally used to have an earlyclobber flag. Some time afterwards (years ago), I must've added it back in, not realising that it was left out for a reason. This pseudo instrction exists solely to work around a long standing bug in the register allocator. Before this commit, the LDDWRdYQ pseudo was not actually working around any bug. With the earlyclobber flag removed again, the LDDWRdYQ pseudo now correctly works around PR13375 again. llvm-svn: 326774
OpenPOWER on IntegriCloud