Re: Profile upating in simd_clone_adjust

2017-07-04 Thread Jakub Jelinek
On Tue, Jul 04, 2017 at 03:46:26PM +0200, Jan Hubicka wrote: > Hi, > this is the last occurence of missing probability update during x86-64 > bootstrap®testing. I am not sure what is really going on here, > is haing probability as almost never executed OK? This is for the test whether the particu

Re: Profile upating in simd_clone_adjust

2017-07-04 Thread Rainer Orth
Jan Hubicka writes: > Hi, > this is the last occurence of missing probability update during x86-64 > bootstrap®testing. I am not sure what is really going on here, > is haing probability as almost never executed OK? > > Honza > > Index: omp-simd-clone.c >

Profile upating in simd_clone_adjust

2017-07-04 Thread Jan Hubicka
Hi, this is the last occurence of missing probability update during x86-64 bootstrap®testing. I am not sure what is really going on here, is haing probability as almost never executed OK? Honza Index: omp-simd-clone.c === --- omp-si