Re: allow thread_through_all_blocks() to start from the same initial BB

2018-07-11 Thread Jeff Law
On 07/10/2018 05:14 AM, Aldy Hernandez wrote: > I believe I missed this companion patch when I submitted... > >    Subject: jump threading multiple paths that start from the same BB > > The attached patch changes thread_through_all_blocks to allow threads > that start from the same basic block 

allow thread_through_all_blocks() to start from the same initial BB

2018-07-10 Thread Aldy Hernandez
I believe I missed this companion patch when I submitted... Subject: jump threading multiple paths that start from the same BB The attached patch changes thread_through_all_blocks to allow threads that start from the same basic block as another thread. OK for trunk? gcc/ *