Followup to [AArch64_be] Fix vtbl[34] and vtbx4

2015-10-13  Christophe Lyon  <christophe.lyon@linaro.org>
 
       * gcc/testsuite/gcc.target/aarch64/table-intrinsics.c: Fix regexp
       after r228716 (Fix vtbl[34] and vtbx4).

From-SVN: r228762
This commit is contained in:
Christophe Lyon 2015-10-13 15:15:12 +02:00
parent 8a18fcf4aa
commit f35a4f3771
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,9 @@
2014-10-13 Yuri Rumyantsev <ysrumyan@gmail.com>
2015-10-13 Christophe Lyon <christophe.lyon@linaro.org>
* gcc/testsuite/gcc.target/aarch64/table-intrinsics.c: Fix regexp
after r228716 (Fix vtbl[34] and vtbx4).
2015-10-13 Yuri Rumyantsev <ysrumyan@gmail.com>
PR tree-optimization/67909, 67947
* gcc.dg/torture/pr67947.c: New test.

View File

@ -435,5 +435,5 @@ qtbxq_testp8_4 (poly8x16_t r, poly8x16x4_t tab, uint8x16_t idx)
return vqtbx4q_p8 (r, tab, idx);
}
/* { dg-final { scan-assembler-times "tbl v" 42} } */
/* { dg-final { scan-assembler-times "tbx v" 30} } */
/* { dg-final { scan-assembler-times "tbl\[ |\t\]*v" 42} } */
/* { dg-final { scan-assembler-times "tbx\[ |\t\]*v" 30} } */