Re: [36/46] Add a pattern_stmt_p field to stmt_vec_info

2018-07-26 Thread Richard Biener
On Thu, Jul 26, 2018 at 12:29 PM Richard Sandiford wrote: > > Richard Biener writes: > > On Wed, Jul 25, 2018 at 1:09 PM Richard Sandiford > > wrote: > >> > >> Richard Biener writes: > >> > On Tue, Jul 24, 2018 at 12:07 PM Richard Sandiford > >> > wrote: > >> >> > >> >> This patch adds a

Re: [36/46] Add a pattern_stmt_p field to stmt_vec_info

2018-07-26 Thread Richard Sandiford
Richard Biener writes: > On Wed, Jul 25, 2018 at 1:09 PM Richard Sandiford > wrote: >> >> Richard Biener writes: >> > On Tue, Jul 24, 2018 at 12:07 PM Richard Sandiford >> > wrote: >> >> >> >> This patch adds a pattern_stmt_p field to stmt_vec_info, so that it's >> >> possible to tell whether

Re: [36/46] Add a pattern_stmt_p field to stmt_vec_info

2018-07-25 Thread Richard Biener
On Wed, Jul 25, 2018 at 1:09 PM Richard Sandiford wrote: > > Richard Biener writes: > > On Tue, Jul 24, 2018 at 12:07 PM Richard Sandiford > > wrote: > >> > >> This patch adds a pattern_stmt_p field to stmt_vec_info, so that it's > >> possible to tell whether the statement is a pattern

Re: [36/46] Add a pattern_stmt_p field to stmt_vec_info

2018-07-25 Thread Richard Sandiford
Richard Biener writes: > On Tue, Jul 24, 2018 at 12:07 PM Richard Sandiford > wrote: >> >> This patch adds a pattern_stmt_p field to stmt_vec_info, so that it's >> possible to tell whether the statement is a pattern statement without >> referring to other statements. The new field goes in what

Re: [36/46] Add a pattern_stmt_p field to stmt_vec_info

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 12:07 PM Richard Sandiford wrote: > > This patch adds a pattern_stmt_p field to stmt_vec_info, so that it's > possible to tell whether the statement is a pattern statement without > referring to other statements. The new field goes in what was > previously a hole in the

[36/46] Add a pattern_stmt_p field to stmt_vec_info

2018-07-24 Thread Richard Sandiford
This patch adds a pattern_stmt_p field to stmt_vec_info, so that it's possible to tell whether the statement is a pattern statement without referring to other statements. The new field goes in what was previously a hole in the structure, so the size is the same as before. 2018-07-24 Richard