This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ping^2: ARM: More reorganization of extend patterns (PR43137)


On 08/04/2010 04:56 PM, Bernd Schmidt wrote:
> On 07/13/2010 11:56 AM, Bernd Schmidt wrote:
>> This patch merges a number of different extend:DI patterns by using a
>> QHSI mode_iterator.  It also removes separate patterns from thumb2.md as
>> we can just set attr ce_count for ARM patterns as well.  I've completed
>> what I'd partially done in my previous patch, which is to remove
>> unnecessary constant pool handling from these patterns - none of them
>> accept constants.
>>
>> To fix PR43137, I've added splitters that run before the subreg2 pass.
>> In general, the ARM backend makes practically no use of lower-subreg; I
>> have given up on fixing that for the moment as it was more effort than I
>> can spare right now.  Just doing it for these patterns is enough to be a
>> win in certain cases.

  http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01036.html


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]