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

commit r15-5498-gb95d585fd490f21b8f9a8db70dbdacf7361555c1
Author: Pan Li <pan2...@intel.com>
Date:   Wed Nov 20 13:32:47 2024 +0800

    RISC-V: Introduce riscv/rvv/autovec/sat folder to rvv.exp testsuite
    
    After we move vector SAT_ADD testcases into a isolated folder, aka
    riscv/rvv/autovec/sat.  We would like to add the folder as one of
    the test items of the rvv.exp testsuite.
    
    The below test suites are passed for this patch.
    * The rv64gcv fully regression test.
    
    It is test only patch and obvious up to a point, will commit it
    directly if no comments in next 48H.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/riscv/rvv/rvv.exp: Add the vector sat folder to
            the rvv.exp testsuite.
    
    Signed-off-by: Pan Li <pan2...@intel.com>

Diff:
---
 gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp 
b/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp
index dbe1f11c0e8c..71251737be2b 100644
--- a/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp
+++ b/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp
@@ -122,6 +122,8 @@ foreach op $AUTOVEC_TEST_OPTS {
     "" "$op"
   dg-runtest [lsort [glob -nocomplain 
$srcdir/$subdir/autovec/strided/*.\[cS\]]] \
     "$op" ""
+  dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/autovec/sat/*.\[cS\]]] \
+    "$op" ""
 }
 
 # All done.

Reply via email to