Re: [SH] Fold prefetch insns

2012-04-07 Thread Kaz Kojima
Oleg Endo wrote: > The attached patch folds the prefetch insns for SH4 and SH2A. > As far as I can see, there is no need to have two of them. > The patch also adapts the sh2a-prefetch test case to be ran for SH4, > too. > > Tested by running said test case with > make check-gcc RUNTESTFLAGS="sh.

[SH] Fold prefetch insns

2012-04-07 Thread Oleg Endo
Hi, The attached patch folds the prefetch insns for SH4 and SH2A. As far as I can see, there is no need to have two of them. The patch also adapts the sh2a-prefetch test case to be ran for SH4, too. Tested by running said test case with make check-gcc RUNTESTFLAGS="sh.exp=prefetch* --target_boar