Jeff Law writes:
> On 7/7/19 3:45 AM, Richard Sandiford wrote:
>> DCE tries to delete dead stores to local data and also tries to insert
>> debug binds for simple cases:
>>
>> /* If this is a store into a variable that is being optimized away,
>> add a debug bind stmt if possible. */
>>
Richard Biener writes:
> On Mon, Jul 8, 2019 at 4:41 PM Richard Sandiford
> wrote:
>>
>> Richard Biener writes:
>> > On Sun, Jul 7, 2019 at 9:07 PM Jeff Law wrote:
>> >>
>> >> On 7/7/19 3:45 AM, Richard Sandiford wrote:
>> >> > DCE tries to delete dead stores to local data and also tries to ins
On Mon, Jul 8, 2019 at 4:41 PM Richard Sandiford
wrote:
>
> Richard Biener writes:
> > On Sun, Jul 7, 2019 at 9:07 PM Jeff Law wrote:
> >>
> >> On 7/7/19 3:45 AM, Richard Sandiford wrote:
> >> > DCE tries to delete dead stores to local data and also tries to insert
> >> > debug binds for simple
On 7/8/19 5:34 AM, Richard Biener wrote:
> On Sun, Jul 7, 2019 at 9:07 PM Jeff Law wrote:
>>
>> On 7/7/19 3:45 AM, Richard Sandiford wrote:
>>> DCE tries to delete dead stores to local data and also tries to insert
>>> debug binds for simple cases:
>>>
>>> /* If this is a store into a variable t
Richard Biener writes:
> On Sun, Jul 7, 2019 at 9:07 PM Jeff Law wrote:
>>
>> On 7/7/19 3:45 AM, Richard Sandiford wrote:
>> > DCE tries to delete dead stores to local data and also tries to insert
>> > debug binds for simple cases:
>> >
>> > /* If this is a store into a variable that is being
On Sun, Jul 7, 2019 at 9:07 PM Jeff Law wrote:
>
> On 7/7/19 3:45 AM, Richard Sandiford wrote:
> > DCE tries to delete dead stores to local data and also tries to insert
> > debug binds for simple cases:
> >
> > /* If this is a store into a variable that is being optimized away,
> > add a d
On 7/7/19 3:45 AM, Richard Sandiford wrote:
> DCE tries to delete dead stores to local data and also tries to insert
> debug binds for simple cases:
>
> /* If this is a store into a variable that is being optimized away,
> add a debug bind stmt if possible. */
> if (MAY_HAVE_DEBUG_BIND_S
DCE tries to delete dead stores to local data and also tries to insert
debug binds for simple cases:
/* If this is a store into a variable that is being optimized away,
add a debug bind stmt if possible. */
if (MAY_HAVE_DEBUG_BIND_STMTS
&& gimple_assign_single_p (stmt)
&& is_