Re: [SH] PR 51244 - Add combiner patterns for branch inversion

2012-08-12 Thread Kaz Kojima
Oleg Endo wrote: > This adds some patters that allow the combine pass to catch inverted > compare and branch opportunities better. > > Tested on rev 190273 with > make -k check RUNTESTFLAGS="--target_board=sh-sim > \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}" > > and no new fai

[SH] PR 51244 - Add combiner patterns for branch inversion

2012-08-12 Thread Oleg Endo
Hello, This adds some patters that allow the combine pass to catch inverted compare and branch opportunities better. Tested on rev 190273 with make -k check RUNTESTFLAGS="--target_board=sh-sim \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}" and no new failures. OK? PS: I'm still