r238325 - in /trunk/gcc/testsuite: ChangeLog g+...
ak@gcc.gnu.org
ak@gcc.gnu.org
Thu Jul 14 02:14:00 GMT 2016
Author: ak
Date: Thu Jul 14 02:14:56 2016
New Revision: 238325
URL: https://gcc.gnu.org/viewcvs?rev=238325&root=gcc&view=rev
Log:
Some fixes for profile test cases for autofdo
This fixes some basic issues with the profile test cases with autofdo.
- Disable checking for value transformations that autofdo does not
support.
- Disable checking for fixed hit counts which autofdo does not support
- Enable dumping of afdo log file and check right log file.
- Increase run time of test cases to 1M iterations because autofdo needs
a few samples to make sense of a program. The test case don't run
noticeable slower with that.
There are still failures unfortunately, especially the indirect call
transformations do not trigger because autofdo thinks they are not hot.
This can be addressed later.
gcc/testsuite/:
2016-07-13 Andi Kleen <ak@linux.intel.com>
* g++.dg/tree-prof/indir-call-prof.C: Basic fixes for autofdo.
* g++.dg/tree-prof/morefunc.C: Dito.
* g++.dg/tree-prof/pr35545.C: Dito.
* g++.dg/tree-prof/reorder.C: Dito.
* gcc.dg/tree-prof/20050826-2.c: Dito.
* gcc.dg/tree-prof/cmpsf-1.c: Dito.
* gcc.dg/tree-prof/cold_partition_label.c: Dito.
* gcc.dg/tree-prof/ic-misattribution-1.c: Dito.
* gcc.dg/tree-prof/indir-call-prof.c: Dito.
* gcc.dg/tree-prof/inliner-1.c: Dito.
* gcc.dg/tree-prof/merge_block.c: Dito.
* gcc.dg/tree-prof/stringop-1.c: Dito.
* gcc.dg/tree-prof/stringop-2.c: Dito.
* gcc.dg/tree-prof/switch-case-1.c: Dito.
* gcc.dg/tree-prof/switch-case-2.c: Dito.
* gcc.dg/tree-prof/time-profiler-1.c: Dito.
* gcc.dg/tree-prof/time-profiler-2.c: Dito.
* gcc.dg/tree-prof/update-loopch.c: Dito.
* gcc.dg/tree-prof/val-prof-1.c: Dito.
* gcc.dg/tree-prof/val-prof-2.c: Dito.
* gcc.dg/tree-prof/val-prof-3.c: Dito.
* gcc.dg/tree-prof/val-prof-4.c: Dito.
* gcc.dg/tree-prof/val-prof-5.c: Dito.
* gcc.dg/tree-prof/val-prof-6.c: Dito.
* gcc.dg/tree-prof/val-prof-7.c: Dito.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/tree-prof/indir-call-prof.C
trunk/gcc/testsuite/g++.dg/tree-prof/morefunc.C
trunk/gcc/testsuite/g++.dg/tree-prof/pr35545.C
trunk/gcc/testsuite/g++.dg/tree-prof/reorder.C
trunk/gcc/testsuite/gcc.dg/tree-prof/20050826-2.c
trunk/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c
trunk/gcc/testsuite/gcc.dg/tree-prof/cold_partition_label.c
trunk/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1.c
trunk/gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c
trunk/gcc/testsuite/gcc.dg/tree-prof/inliner-1.c
trunk/gcc/testsuite/gcc.dg/tree-prof/merge_block.c
trunk/gcc/testsuite/gcc.dg/tree-prof/stringop-1.c
trunk/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c
trunk/gcc/testsuite/gcc.dg/tree-prof/switch-case-1.c
trunk/gcc/testsuite/gcc.dg/tree-prof/switch-case-2.c
trunk/gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c
trunk/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
trunk/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c
trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c
trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c
trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-6.c
trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c
More information about the Gcc-cvs
mailing list