]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Introduce riscv/rvv/autovec/sat folder to rvv.exp testsuite
authorPan Li <pan2.li@intel.com>
Wed, 20 Nov 2024 05:32:47 +0000 (13:32 +0800)
committerPan Li <pan2.li@intel.com>
Wed, 20 Nov 2024 11:27:09 +0000 (19:27 +0800)
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.li@intel.com>
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp

index dbe1f11c0e8cc72905569d3347b7066a8222096d..71251737be2b08a1bc89969bb18aa32f1d72f216 100644 (file)
@@ -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.