Re: [PATCH 2/6] Don't run instrumented value profiler changes with afdo

2016-07-13 Thread Jeff Law
On 06/26/2016 07:50 PM, Andi Kleen wrote: From: Andi Kleen The pass to transform gimple based on value profiling runs with autofdo on, but currently every transformation fails. For indirect calls autofdo does it on its own, and it doesn't suppport other value profiling. So don't run this pass w

[PATCH 2/6] Don't run instrumented value profiler changes with afdo

2016-06-26 Thread Andi Kleen
From: Andi Kleen The pass to transform gimple based on value profiling runs with autofdo on, but currently every transformation fails. For indirect calls autofdo does it on its own, and it doesn't suppport other value profiling. So don't run this pass when autofdo is active. This also avoids bogu