]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix AutoFDO tests to not look for hot/cold splitting.
authorEugene Rozenfeld <erozen@microsoft.com>
Wed, 28 Sep 2022 00:28:20 +0000 (17:28 -0700)
committerEugene Rozenfeld <erozen@microsoft.com>
Wed, 28 Sep 2022 00:36:19 +0000 (17:36 -0700)
commit28390443ff72039ee8215fef2560fe76690af155
treea858ced0619971d666ef7c5d010c7d3c60337635
parent1f16a020acbea0af26209478990b83b1a1ba3a2b
Fix AutoFDO tests to not look for hot/cold splitting.

AutoFDO counts are not reliable and we are currently not
performing hot/cold splitting based on them. This change adjusts
several tree-prof tests not to check for hot/cold splitting
when run with AutoFDO.

gcc/testsuite/ChangeLog:

* gcc.dg/tree-prof/cold_partition_label.c: Don't check for hot/cold splitting with AutoFDO.
* gcc.dg/tree-prof/section-attr-1.c: Don't check for hot/cold splitting with AutoFDO.
* gcc.dg/tree-prof/section-attr-2.c: Don't check for hot/cold splitting with AutoFDO.
* gcc.dg/tree-prof/section-attr-3.c: Don't check for hot/cold splitting with AutoFDO.
gcc/testsuite/gcc.dg/tree-prof/cold_partition_label.c
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c