[gomp4] Avoiding predication for certain blocks

Bernd Schmidt bernds@codesourcery.com
Mon Jun 1 12:08:00 GMT 2015


On 06/01/2015 12:10 PM, Tom de Vries wrote:
> On 29/05/15 18:23, Bernd Schmidt wrote:
>> When predicating the code for OpenACC, we should avoid the entry block
>> in an offloaded region, which contains setup code that should be run in
>> every thread. The following patch adds a new marker statement that is
>> used to identify this block. Currently, predication doesn't happen
>> anyway due to an oversight in the algorithm, but I'll be fixing that in
>> a followup patch.
>>
>> Committed on gomp-4_0-branch.
>>
>
> Hi Bernd,
>
> this causes an ICE in kernels-eternal.c.

I don't see this test on my branch checkout - is it something you are 
using locally?


Bernd



More information about the Gcc-patches mailing list