Re: [PATCH 1/7] Reset the range info on the moved instruction in PHIOPT

2021-06-20 Thread Richard Biener via Gcc-patches
On Sat, Jun 19, 2021 at 9:48 PM apinski--- via Gcc-patches wrote: > > From: Andrew Pinski > > I had missed this when wrote the patch which allowed the > gimple to be moved from inside the conditional as it. It > was also missed in the review. Anyways the range information > needs to be reset fo

[PATCH 1/7] Reset the range info on the moved instruction in PHIOPT

2021-06-19 Thread apinski--- via Gcc-patches
From: Andrew Pinski I had missed this when wrote the patch which allowed the gimple to be moved from inside the conditional as it. It was also missed in the review. Anyways the range information needs to be reset for the moved gimple as it was under a conditional and the flow has changed to be