Commit c8a8efba by Peter Bergner Committed by Peter Bergner

re PR target/84365 (gcc.target/powerpc/altivec-7-le.c fails on power9)

	PR target/84365
	* gcc.target/powerpc/altivec-7-le.c: Also match lxv when compiling
	with -mcpu=power9.

From-SVN: r257641
parent dbf71703
2018-02-13 Peter Bergner <bergner@vnet.ibm.com>
PR target/84365
* gcc.target/powerpc/altivec-7-le.c: Also match lxv when compiling
with -mcpu=power9.
2018-02-13 Jakub Jelinek <jakub@redhat.com>
PR c++/84364
......
......@@ -22,7 +22,7 @@
/* { dg-final { scan-assembler-times "vpkpx" 2 } } */
/* { dg-final { scan-assembler-times "vmulesb" 1 } } */
/* { dg-final { scan-assembler-times "vmulosb" 1 } } */
/* { dg-final { scan-assembler-times "lxvd2x" 36 } } */
/* { dg-final { scan-assembler-times {\mlxvd2x\M|\mlxv\M} 36 } } */
/* { dg-final { scan-assembler-times "lvewx" 2 } } */
/* { dg-final { scan-assembler-times "lvxl" 1 } } */
/* { dg-final { scan-assembler-times "vupklsh" 1 } } */
......
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