Re: [PATCH] vect test: Remove xfail for riscv

2023-08-29 Thread Lehua Ding
Committed, thanks Richard. On 2023/8/29 14:53, Richard Biener via Gcc-patches wrote: On Tue, 29 Aug 2023, Juzhe-Zhong wrote: We are planning to enable "vect" testsuite with scalable vector auto-vectorization. This case XPASS: XPASS: gcc.dg/vect/no-scevccp-outer-12.c scan-tree-dump-times vect

Re: [PATCH] vect test: Remove xfail for riscv

2023-08-28 Thread Richard Biener via Gcc-patches
On Tue, 29 Aug 2023, Juzhe-Zhong wrote: > We are planning to enable "vect" testsuite with scalable vector > auto-vectorization. > > This case XPASS: > XPASS: gcc.dg/vect/no-scevccp-outer-12.c scan-tree-dump-times vect "OUTER > LOOP VECTORIZED." 1 > > like ARM SVE. OK > --- > gcc/testsuite/g

[PATCH] vect test: Remove xfail for riscv

2023-08-28 Thread Juzhe-Zhong
We are planning to enable "vect" testsuite with scalable vector auto-vectorization. This case XPASS: XPASS: gcc.dg/vect/no-scevccp-outer-12.c scan-tree-dump-times vect "OUTER LOOP VECTORIZED." 1 like ARM SVE. --- gcc/testsuite/gcc.dg/vect/no-scevccp-outer-12.c | 2 +- 1 file changed, 1 insert