RE: [PATCH 15/21]middle-end: [RFC] conditionally support forcing final edge for debugging

2023-12-11 Thread Richard Biener
> Subject: Re: [PATCH 15/21]middle-end: [RFC] conditionally support forcing > > final > > edge for debugging > > > > On Sat, 9 Dec 2023, Richard Sandiford wrote: > > > > > Tamar Christina writes: > > > > Hi All, > > > > > > &

RE: [PATCH 15/21]middle-end: [RFC] conditionally support forcing final edge for debugging

2023-12-11 Thread Tamar Christina
> -Original Message- > From: Richard Biener > Sent: Monday, December 11, 2023 7:38 AM > To: Richard Sandiford > Cc: Tamar Christina ; gcc-patches@gcc.gnu.org; nd > ; j...@ventanamicro.com > Subject: Re: [PATCH 15/21]middle-end: [RFC] conditionally support forcin

Re: [PATCH 15/21]middle-end: [RFC] conditionally support forcing final edge for debugging

2023-12-10 Thread Richard Biener
On Sat, 9 Dec 2023, Richard Sandiford wrote: > Tamar Christina writes: > > Hi All, > > > > What do people think about having the ability to force only the latch > > connected > > exit as the exit as a param? I.e. what's in the patch but as a param. > > > > I found this useful when debugging larg

Re: [PATCH 15/21]middle-end: [RFC] conditionally support forcing final edge for debugging

2023-12-09 Thread Richard Sandiford
Tamar Christina writes: > Hi All, > > What do people think about having the ability to force only the latch > connected > exit as the exit as a param? I.e. what's in the patch but as a param. > > I found this useful when debugging large example failures as it tells me where > I should be looking.

[PATCH 15/21]middle-end: [RFC] conditionally support forcing final edge for debugging

2023-11-05 Thread Tamar Christina
Hi All, What do people think about having the ability to force only the latch connected exit as the exit as a param? I.e. what's in the patch but as a param. I found this useful when debugging large example failures as it tells me where I should be looking. No hard requirement but just figured I