Re: [PATCH TEST]Remove xfail for gcc.dg/vect/vect-24.c on ARM targets

2017-01-25 Thread Richard Earnshaw (lists)
On 24/01/17 17:22, Bin Cheng wrote: > Hi, > Test gcc.dg/vect/vect-24.c starts passing after my vectorizer changes, but > not on all targets. For x86_64, looks like other passes still mess up the IR > and prevent it from being vectorized. This patch removes xfail for ARM > targets. > Test resul

[PATCH TEST]Remove xfail for gcc.dg/vect/vect-24.c on ARM targets

2017-01-24 Thread Bin Cheng
Hi, Test gcc.dg/vect/vect-24.c starts passing after my vectorizer changes, but not on all targets. For x86_64, looks like other passes still mess up the IR and prevent it from being vectorized. This patch removes xfail for ARM targets. Test result checked. Is it OK? Thanks, bin gcc/testsuite