public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3351] Move scanning pass of forwprop-19.c to dse1 for r13-3212-gb88adba751da63
@ 2022-10-18  4:48 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2022-10-18  4:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:35106383c0995682f3bef20f745285f791796473

commit r13-3351-g35106383c0995682f3bef20f745285f791796473
Author: Liwei Xu <liwei.xu@intel.com>
Date:   Mon Oct 17 11:08:55 2022 +0800

    Move scanning pass of forwprop-19.c to dse1 for r13-3212-gb88adba751da63
    
    gcc/testsuite/ChangeLog:
    
            PR testsuite/107220
            * gcc.dg/tree-ssa/forwprop-19.c: Move scanning pass from
            forwprop1 to dse1, This fixs the test case fail.

Diff:
---
 gcc/testsuite/gcc.dg/tree-ssa/forwprop-19.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-19.c b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-19.c
index 4d77138b206..6ca81cb6c49 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-19.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-19.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -fdump-tree-forwprop1" } */
+/* { dg-options "-O -fdump-tree-dse1" } */
 
 typedef int vec __attribute__((vector_size (4 * sizeof (int))));
 void f (vec *x1, vec *x2)
@@ -11,4 +11,4 @@ void f (vec *x1, vec *x2)
   *x1 = z;
 }
 
-/* { dg-final { scan-tree-dump-not "VEC_PERM_EXPR" "forwprop1" } } */
+/* { dg-final { scan-tree-dump-not "VEC_PERM_EXPR" "dse1" } } */

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

only message in thread, other threads:[~2022-10-18  4:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18  4:48 [gcc r13-3351] Move scanning pass of forwprop-19.c to dse1 for r13-3212-gb88adba751da63 hongtao Liu

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).