public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-721] testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706]
@ 2022-05-24  6:09 Kewen Lin
  0 siblings, 0 replies; only message in thread
From: Kewen Lin @ 2022-05-24  6:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8fa8bca9f53fcfdedc2b4fa55093dbd1ab7abbd1

commit r13-721-g8fa8bca9f53fcfdedc2b4fa55093dbd1ab7abbd1
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Tue May 24 01:00:40 2022 -0500

    testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706]
    
    Commit r13-707 adjusts the below gimple:
    
      iftmp.7_4 = _1 < _2 ? val2_7(D) : val1_8(D);
    
    to
    
      _3 = _1 >= _2;
      iftmp.7_4 = _3 ? val1_8(D) : val2_7(D);
    
    and result in one more vect_model_simple_cost dumping for each
    function.  Need to adjust the match count accordingly.
    
            PR testsuite/105706
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/powerpc/pr78604.c: Adjust.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/pr78604.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/pr78604.c b/gcc/testsuite/gcc.target/powerpc/pr78604.c
index 35bfdb35412..7a371af8c28 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr78604.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr78604.c
@@ -109,4 +109,6 @@ uns_gte (UNS_TYPE val1, UNS_TYPE val2)
 /* { dg-final { scan-assembler-times {\mvcmpgtsd\M} 4 } } */
 /* { dg-final { scan-assembler-times {\mvcmpgtud\M} 4 } } */
 /* { dg-final { scan-assembler-not   {\mvcmpequd\M} } } */
-/* { dg-final { scan-tree-dump-times "vect_model_simple_cost" 8 "vect" } } */
+/* For each function, one is for the comparison statement and the other
+   is for the condition statement which consumes the compared result.  */
+/* { dg-final { scan-tree-dump-times "vect_model_simple_cost" 16 "vect" } } */


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

only message in thread, other threads:[~2022-05-24  6:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24  6:09 [gcc r13-721] testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706] Kewen Lin

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