On Mon, 2015-09-21 at 22:04 +0900, Oleg Endo wrote:
> Hi,
>
> This fixes PR 67657 on trunk. It seems that something after the
> peephole2 pass is not happy to see things like:
> mov.l @r2+,r2
>
> which some of the SH peephole2 patterns create out of e.g.
> mov.l @r2+,r0
> mov
Hi,
This fixes PR 67657 on trunk. It seems that something after the
peephole2 pass is not happy to see things like:
mov.l @r2+,r2
which some of the SH peephole2 patterns create out of e.g.
mov.l @r2+,r0
mov r0,r2
The post-inc is a bit pointless, so this patch catches such c