Re: [PATCH 9/9] [ARM] Remove artificial doloop_end pattern

2012-01-04 Thread Richard Earnshaw
On 21/07/11 17:30, zhr...@ispras.ru wrote: > This patch eliminates fake doloop_end pattern for ARM platform. The problem > with such a pattern is that it slows down the loop when SMS doesn't create > good > schedule. So, i suppose fake pattern is no longer needed with new loop forms > supported.

[PATCH 9/9] [ARM] Remove artificial doloop_end pattern

2011-07-21 Thread zhroma
This patch eliminates fake doloop_end pattern for ARM platform. The problem with such a pattern is that it slows down the loop when SMS doesn't create good schedule. So, i suppose fake pattern is no longer needed with new loop forms supported. 2011-07-20 Roman Zhuykov * config/arm/thu