summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/smul-with-overflow.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Expand MULHS for all typesDylan McKay2016-10-081-0/+31
Once MULHS was expanded, this exposed an issue where the condition register was thought to be 16-bit. This caused an attempt to copy a 16-bit register to an 8-bit register. Authored by Jake Goulding llvm-svn: 283634
OpenPOWER on IntegriCloud