public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-144] testsuite/100272 - undo PRE disabling for gcc.dg/tree-ssa/predcom-1.c
@ 2021-04-27  9:04 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-04-27  9:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:dfdc02bf29670c1c7f5f2820b6db11c66c258716

commit r12-144-gdfdc02bf29670c1c7f5f2820b6db11c66c258716
Author: Richard Biener <rguenther@suse.de>
Date:   Tue Apr 27 11:02:03 2021 +0200

    testsuite/100272 - undo PRE disabling for gcc.dg/tree-ssa/predcom-1.c
    
    This re-enables PRE and fixes the malformed dg directive pointed
    out in the PR.  It all works as desired and I forgot why I
    disabled this in the past.
    
    2021-04-27  Richard Biener  <rguenther@suse.de>
    
            PR testsuite/100272
            * gcc.dg/tree-ssa/predcom-1.c: Re-enable PRE and fix
            malformed dg directive.

Diff:
---
 gcc/testsuite/gcc.dg/tree-ssa/predcom-1.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/predcom-1.c b/gcc/testsuite/gcc.dg/tree-ssa/predcom-1.c
index 4bc2ea5659b..f68be2b3379 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/predcom-1.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/predcom-1.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-do run } */
-/* { dg-options "-O2 -funroll-loops --param max-unroll-times=8 -fpredictive-commoning -fdump-tree-pcom-details -fno-tree-pre" } */
+/* { dg-options "-O2 -funroll-loops --param max-unroll-times=8 -fpredictive-commoning -fdump-tree-pcom-details" } */
 
 void abort (void);
 
@@ -45,6 +45,5 @@ int main(void)
 /* Verify that both loops were transformed and unrolled.  */
 /* { dg-final { scan-tree-dump-times "Unrolling 2 times." 2 "pcom"} } */
 
-/* Also check that we undid the transformation previously made by PRE.
-   ???  PRE now does the predictive commoning in count_averages.  */
-/* dg-final { scan-tree-dump-times "looparound ref" 1 "pcom" } */
+/* Also check that we undid the transformation previously made by PRE.  */
+/* { dg-final { scan-tree-dump-times "looparound ref" 1 "pcom" } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-27  9:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  9:04 [gcc r12-144] testsuite/100272 - undo PRE disabling for gcc.dg/tree-ssa/predcom-1.c Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).