re PR target/86952 (Avoid jump table for switch statement with -mindirect-branch=thunk)
[testsuite] 2018-09-24 Will Schmidt <will_schmidt@vnet.ibm.com> PR testsuite/86952 * gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and update expected codegen From-SVN: r264538
This commit is contained in:
parent
882c3f17b6
commit
4afdfa3795
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2018-09-24 Will Schmidt <will_schmidt@vnet.ibm.com>
|
||||
|
||||
PR testsuite/86952
|
||||
* gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and
|
||||
update expected codegen
|
||||
|
||||
2018-09-24 Cesar Philippidis <cesar@codesourcery.com>
|
||||
|
||||
* gfortran.dg/goacc/nested-parallelism.f90: New test.
|
||||
|
|
|
@ -59,6 +59,5 @@ bartle (vector unsigned short x, unsigned short * address)
|
|||
vec_xst (x, 0, address);
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler-times "lvx" 4 } } */
|
||||
/* { dg-final { scan-assembler-times "stvx" 4 } } */
|
||||
/* { dg-final { scan-assembler-times "xxpermdi" 0 } } */
|
||||
/* { dg-final { scan-assembler-times {\mlxvd2x\M} 4 } } */
|
||||
/* { dg-final { scan-assembler-times {\mstxvd2x\M} 4 } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue