Re: [PATCH]middle-end: Mark all control flow as used_in_scope.

2023-12-11 Thread Richard Biener
On Mon, 11 Dec 2023, Tamar Christina wrote: > Hi All, > > While compiling SPECCPU 2017 I ran accross the reason (I had forgotten) why my > initial patch marked all control statements as used in scope and not just > gconds: There are other statements that can introduce multiple exits, like > swit

[PATCH]middle-end: Mark all control flow as used_in_scope.

2023-12-11 Thread Tamar Christina
Hi All, While compiling SPECCPU 2017 I ran accross the reason (I had forgotten) why my initial patch marked all control statements as used in scope and not just gconds: There are other statements that can introduce multiple exits, like switch statements. If we ignore them as not relevant we nev