Commit f35a4f37 by Christophe Lyon

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
parent 8a18fcf4
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.
......
......@@ -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} } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment