Re: [SH] PR 52483 - Fix volatile mem loads

2013-06-22 Thread Kaz Kojima
Oleg Endo wrote: > the attached patch fixes volatile mem loads on SH so that they won't > result in redundant sign extensions and also utilize the available > addressing modes. > > Tested on rev 200116 with > make -k check RUNTESTFLAGS="--target_board=sh-sim > \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-

[SH] PR 52483 - Fix volatile mem loads

2013-06-22 Thread Oleg Endo
Hi, the attached patch fixes volatile mem loads on SH so that they won't result in redundant sign extensions and also utilize the available addressing modes. Tested on rev 200116 with make -k check RUNTESTFLAGS="--target_board=sh-sim \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}"