Menu

#395 Shift in source on stm8

None
closed-fixed
None
5
2014-04-20
2013-08-04
No

The stm8 port currently (rev #8802) generates code for shifts like this: Copy source into destination, shift in destination.
Sometimes, however it would be cheaper to do the shift in a dead source register instead, or in another free register. Ideally this choice would be made for individual bytes.

Philipp

Discussion

  • Philipp Klaus Krause

    • status: open --> closed-fixed
    • assigned_to: Philipp Klaus Krause
    • Group: -->
     
  • Philipp Klaus Krause

    Implemented in revision #9000.

    Philipp

     

Log in to post a comment.