Re: [PATCH AARCH64]XFAIL gcc.target/aarch64/ldp_vec_64_1.c

2017-01-25 Thread Richard Earnshaw (lists)
On 25/01/17 16:49, Bin Cheng wrote: > Hi, > Test gcc.target/aarch64/ldp_vec_64_1.c because we don't choose [base+offset] > addressing mode in IVOPT > on AArch64. Given auto-increment addressing mode is disabled in IVOPT on > AArch64, we can't really test > the addressing mode. I may try to ena

[PATCH AARCH64]XFAIL gcc.target/aarch64/ldp_vec_64_1.c

2017-01-25 Thread Bin Cheng
Hi, Test gcc.target/aarch64/ldp_vec_64_1.c because we don't choose [base+offset] addressing mode in IVOPT on AArch64. Given auto-increment addressing mode is disabled in IVOPT on AArch64, we can't really test the addressing mode. I may try to enable it only for small loops in GCC8, so this pa