RISC-V: Remove XFAIL of ssa-dom-cse-2.c
Confirm RISC-V is able to CSE this case no matter whether we enable RVV or not. Remove XFAIL, to fix: XPASS: gcc.dg/tree-ssa/ssa-dom-cse-2.c scan-tree-dump optimized "return 28;" gcc/testsuite/ChangeLog: * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Remove riscv.
This commit is contained in:
parent
e75bf1985f
commit
d4de593d36
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ foo ()
|
|||
but the loop reads only one element at a time, and DOM cannot resolve these.
|
||||
The same happens on powerpc depending on the SIMD support available. */
|
||||
|
||||
/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail { { alpha*-*-* hppa*64*-*-* nvptx*-*-* mmix-knuth-mmixware } || { { { lp64 && { powerpc*-*-* sparc*-*-* riscv*-*-* } } || aarch64_sve } || { arm*-*-* && { ! arm_neon } } } } } } } */
|
||||
/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail { { alpha*-*-* hppa*64*-*-* nvptx*-*-* mmix-knuth-mmixware } || { { { lp64 && { powerpc*-*-* sparc*-*-* } } || aarch64_sve } || { arm*-*-* && { ! arm_neon } } } } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue