Re: [PATCH] if-to-switch: fix also virtual phis

2021-01-13 Thread Richard Biener via Gcc-patches
On Wed, Jan 13, 2021 at 9:30 AM Martin Liška wrote: > > On 1/12/21 4:14 PM, Richard Biener wrote: > > ) On Tue, Jan 12, 2021 at 3:50 PM Martin Liška wrote: > >> > >> Hello. > >> > >> As seen in the PR, we need to fix also virtual PHIs, otherwise > >> TODO_cfg will skip edges for a missing PHI arg

Re: [PATCH] if-to-switch: fix also virtual phis

2021-01-13 Thread Martin Liška
On 1/12/21 4:14 PM, Richard Biener wrote: ) On Tue, Jan 12, 2021 at 3:50 PM Martin Liška wrote: Hello. As seen in the PR, we need to fix also virtual PHIs, otherwise TODO_cfg will skip edges for a missing PHI argument. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. R

Re: [PATCH] if-to-switch: fix also virtual phis

2021-01-12 Thread Richard Biener via Gcc-patches
) On Tue, Jan 12, 2021 at 3:50 PM Martin Liška wrote: > > Hello. > > As seen in the PR, we need to fix also virtual PHIs, otherwise > TODO_cfg will skip edges for a missing PHI argument. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK - doe