Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR] Expand MULHS for all types | Dylan McKay | 2016-10-08 | 1 | -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 |