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: ifcvt/crossjump patch: Fix PR 42496, 21803


On 09/20/2010 05:56 PM, Jeff Law wrote:
>  On 09/20/10 04:03, Bernd Schmidt wrote:
>> On 08/30/2010 05:23 PM, Bernd Schmidt wrote:
>>> On 08/04/2010 03:35 PM, Bernd Schmidt wrote:
>>>> On 08/03/2010 07:12 PM, Jeff Law wrote:
>>>>> OK.  WRT the comment, we might want to just say that BB_MODIFIED is
>>>>> set
>>>>> at the same time as a block is marked dirty, but is not cleared
>>>>> during a
>>>>> df_analyze allowing a pass to update the DF information and still know
>>>>> what blocks were modified.
>>>>
>>>> New patch below.
>>
>> Ping^2.
>> http://gcc.gnu.org/ml/gcc-patches/2010-08/msg00280.html
> Sorry, I thought this had been approved long ago.  Approved :-)

Thanks.  Committed with a small fix found while testing on x86_64: In
try_head_merge_bb, in the case where we try to move across multiple
blocks to optimize for a switch statement, the final destination block
must be the only predecessor of the block we're looking at.


Bernd


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