[SH] PR 51244 - Catch more unnecessary sign/zero extensions

2012-10-15 Thread Oleg Endo
Hello, This one refactors some copy pasta that my previous patch regarding this matter introduced and catches more unnecessary sign/zero extensions of T bit stores. It also fixes the bug reported in PR 54925 which popped up after the last patch for PR 51244. Tested on rev 192417 with make -k

Re: [SH] PR 51244 - Catch more unnecessary sign/zero extensions

2012-10-15 Thread Kaz Kojima
Oleg Endo oleg.e...@t-online.de wrote: This one refactors some copy pasta that my previous patch regarding this matter introduced and catches more unnecessary sign/zero extensions of T bit stores. It also fixes the bug reported in PR 54925 which popped up after the last patch for PR 51244.