Commit 4afdfa37 by Will Schmidt Committed by Will Schmidt

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
parent 882c3f17
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 } } */
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