Re: [PATCH] Fix mode-switching (PR rtl-optimization/88593)

2019-02-01 Thread Richard Biener
On Thu, 31 Jan 2019, Jakub Jelinek wrote: > Hi! > > I've successfully bootstrapped/regtested following patch from the PR on > x86_64-linux and i686-linux. Will you commit it? r268442. > 2019-01-31 Richard Biener > > PR rtl-optimization/88593 > * mode-switching.c (optimize_mode

[PATCH] Fix mode-switching (PR rtl-optimization/88593)

2019-01-31 Thread Jakub Jelinek
Hi! I've successfully bootstrapped/regtested following patch from the PR on x86_64-linux and i686-linux. Will you commit it? 2019-01-31 Richard Biener PR rtl-optimization/88593 * mode-switching.c (optimize_mode_switching): Free dominators before calling cleanup_cfg.