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]

Re: [PATCH PR64434]


Sorry, I resend correct patch.

Yuri.

2015-01-14 13:23 GMT+03:00 Jakub Jelinek <jakub@redhat.com>:
> On Wed, Jan 14, 2015 at 01:12:20PM +0300, Yuri Rumyantsev wrote:
>> Hi All,
>>
>> Here is updated patch which was redesigned accordingly to Richard review.
>> It performs swapping operands of commutative operations to expand the
>> expensive one first.
>>
>> Bootstrap and regression testing did not show any new failures.
>>
>> Is it OK for trunk?
>
> Haven't you just reposted the patch from December?  I don't see any changes
> from then...
>
>> gcc/ChangeLog
>> 2015-01-14  Yuri Rumyantsev  <ysrumyan@gmail.com>
>>
>> PR tree-optimization/64434
>> * cfgexpand.c (reorder_operands): New function.
>> (expand_gimple_basic_block): Insert call of reorder_operands.
>>
>> gcc/testsuite/ChangeLog
>> * gcc.dg/torture/pr64434.c: New test.
>
>         Jakub

Attachment: patch
Description: Binary data


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