Re: Make simple loop peeling to happen at gimple level

2013-11-19 Thread Jan Hubicka
> On Tue, Nov 19, 2013 at 1:42 PM, Jan Hubicka wrote: > > The patch also removes simple peeling at RTL level that is mostly obsoleted > > by > > gimple level (in few cases in our testsuite the RTL code is able to > > determine > > loop bounds better than gimple code, but these seems to be just we

Re: Make simple loop peeling to happen at gimple level

2013-11-19 Thread Steven Bosscher
On Tue, Nov 19, 2013 at 1:42 PM, Jan Hubicka wrote: > The patch also removes simple peeling at RTL level that is mostly obsoleted by > gimple level (in few cases in our testsuite the RTL code is able to determine > loop bounds better than gimple code, but these seems to be just weird cases > that