rs6000: Fix test case failures by PR100085 [PR101020]
authorXionghu Luo <luoxhu@linux.ibm.com>
Tue, 15 Jun 2021 01:00:11 +0000 (20:00 -0500)
committerXionghu Luo <luoxhu@linux.ibm.com>
Tue, 15 Jun 2021 01:05:36 +0000 (20:05 -0500)
Tested pass, committing as obvious.

gcc/testsuite/ChangeLog:

2021-06-14  Xionghu Luo  <luoxhu@linux.ibm.com>

PR target/101020
* gcc.target/powerpc/float128-call.c: Adjust counts for be and le.

gcc/testsuite/gcc.target/powerpc/float128-call.c

index a1f09df..b64ffc6 100644 (file)
@@ -21,5 +21,7 @@
 TYPE one (void) { return ONE; }
 void store (TYPE a, TYPE *p) { *p = a; }
 
-/* { dg-final { scan-assembler "lvx 2"  } } */
-/* { dg-final { scan-assembler "stvx 2" } } */
+/* { dg-final { scan-assembler {\mlxvd2x 34\M} {target be} } } */
+/* { dg-final { scan-assembler {\mstxvd2x 34\M} {target be} } } */
+/* { dg-final { scan-assembler {\mlvx 2\M} {target le} } }  */
+/* { dg-final { scan-assembler {\mstvx 2\M} {target le} } } */