mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 20:01:21 +08:00
re PR testsuite/64048 (UNRESOLVED: gcc.dg/tree-prof/peel-1.c scan-rtl-dump loop2_unroll)
2014-12-10 Richard Biener <rguenther@suse.de> PR testsuite/64048 * gcc.dg/tree-prof/peel-1.c: Update dump scanning. From-SVN: r218585
This commit is contained in:
parent
301375fdd5
commit
e56e603b72
@ -3,6 +3,11 @@
|
||||
PR fortran/60718
|
||||
* gfortran.dg/class_alias.f90: New.
|
||||
|
||||
2014-12-10 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR testsuite/64048
|
||||
* gcc.dg/tree-prof/peel-1.c: Update dump scanning.
|
||||
|
||||
2014-12-10 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* gcc.dg/tree-ssa/forwprop-29.c: Add -fno-ipa-icf.
|
||||
|
@ -20,7 +20,7 @@ main()
|
||||
t();
|
||||
return 0;
|
||||
}
|
||||
/* { dg-final-use { scan-rtl-dump "Considering simply peeling loop" "loop2_unroll" } } */
|
||||
/* { dg-final-use { scan-tree-dump "Peeled loop ., 2 times" "cunroll" } } */
|
||||
/* In fact one peeling is enough; we however mispredict number of iterations of the loop
|
||||
at least until loop_ch is schedule ahead of profiling pass. */
|
||||
/* { dg-final-use { cleanup-rtl-dump "loop2_unroll" } } */
|
||||
/* { dg-final-use { cleanup-tree-dump "cunroll" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user