]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Adjust test case due to allow vwadd[u].wv overlap
authorPan Li <pan2.li@intel.com>
Fri, 24 Jul 2026 03:05:19 +0000 (11:05 +0800)
committerPan Li <pan2.li@intel.com>
Sun, 26 Jul 2026 07:32:07 +0000 (15:32 +0800)
Remove the xfail due to overlap changes.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-11.c: Remove
xfail.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul8-11.c

index 5a39f04b1405d6481072729863450ca6e9ccd45f..c9e282512250247d66bc7cf809208cf7fdf146f8 100644 (file)
@@ -40,7 +40,7 @@ void foo2 (int64_t *__restrict a,
 }
 
 /* { dg-final { scan-assembler {e64,m8} } } */
-/* { dg-final { scan-assembler-not {csrr} { xfail riscv*-*-* } } } */
+/* { dg-final { scan-assembler-not {csrr} } } */
 /* { dg-final { scan-tree-dump-not "Preferring smaller LMUL loop because it has unexpected spills" "vect" } } */
 /* { dg-final { scan-tree-dump-times "Maximum lmul = 8" 1 "vect" } } */
 /* { dg-final { scan-tree-dump-times "Maximum lmul = 4" 1 "vect" } } */