[Patch,AVR]: Fix PR50447 (3/n)

2011-09-23 Thread Georg-Johann Lay
This is the compare part to fix PR50447. Just like the preceding changes to fix PR50447 it's a micro-optimization to smarter print-out of instructions. The patch covers comparisons against HI and SI integers. The byte-wide comparison allows reusing the value in the scratch register and

Re: [Patch,AVR]: Fix PR50447 (3/n)

2011-09-23 Thread Denis Chertykov
2011/9/23 Georg-Johann Lay a...@gjlay.de: This is the compare part to fix PR50447. Just like the preceding changes to fix PR50447 it's a micro-optimization to smarter print-out of instructions. The patch covers comparisons against HI and SI integers. The byte-wide comparison allows reusing