value-prof.c
60.2 KB
-
Don't run instrumented value profiler changes with afdo · 038ec4b7
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 bogus dump file entries. gcc/: 2016-07-13 Andi Kleen <ak@linux.intel.com> * value-prof.c (gimple_value_profile_transformations): Don't run when auto_profile is on. From-SVN: r238321
Andi Kleen committed