Re: hardcmp: split before dispatch edge

2022-03-24 Thread Richard Biener via Gcc-patches
On Thu, Mar 24, 2022 at 2:43 AM Alexandre Oliva via Gcc-patches wrote: > > > If we harden a compare at the end of a block with an edge to the > abnormal dispatch block, it won't have a single successor. Arrange to > split the block at its final stmt so as to have a single succ. > > Regstrapped on

hardcmp: split before dispatch edge

2022-03-23 Thread Alexandre Oliva via Gcc-patches
If we harden a compare at the end of a block with an edge to the abnormal dispatch block, it won't have a single successor. Arrange to split the block at its final stmt so as to have a single succ. Regstrapped on x86_64-linux-gnu. Ok to install? for gcc/ChangeLog PR middle-end/1049