Commit 1d99e56d by Peter Bergner Committed by Peter Bergner

re PR target/84372 (test case gcc.target/powerpc/lvsl-lvsr.c fails on power9)

	PR target/84372
	* gcc.target/powerpc/lvsl-lvsr.c: Also match lxv when compiling
	with -mcpu=power9.

From-SVN: r257648
parent 8d61eea7
2018-02-13 Peter Bergner <bergner@vnet.ibm.com>
PR target/84372
* gcc.target/powerpc/lvsl-lvsr.c: Also match lxv when compiling
with -mcpu=power9.
2018-02-13 Peter Bergner <bergner@vnet.ibm.com>
PR target/84279
* g++.dg/pr84279.C: New test.
......
......@@ -6,7 +6,7 @@
/* { dg-options "-O0 -Wno-deprecated" } */
/* { dg-final { scan-assembler-times "lvsl" 2 } } */
/* { dg-final { scan-assembler-times "lvsr" 2 } } */
/* { dg-final { scan-assembler-times "lxvd2x" 2 } } */
/* { dg-final { scan-assembler-times {\mlxvd2x\M|\mlxv\M} 2 } } */
/* { dg-final { scan-assembler-times "vperm" 2 } } */
......
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