Commit faf08cc7 by Will Schmidt Committed by Will Schmidt

fold-vec-splat-8.c: Add vspltisb to expected output.

[testsuite]
2017-11-29  Will Schmidt  <will_schmidt@vnet.ibm.com>

    * gcc.target/powerpc/fold-vec-splat-8.c: Add vspltisb to expected output.
    * gcc.target/powerpc/fold-vec-splats-int.c: Add mtvsrws to expected output.
    * gcc.target/powerpc/fold-vec-splats-longlong.c: Add mtvsrdd to expected output.

From-SVN: r255251
parent 3d2aff3d
2017-11-29 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/fold-vec-splat-8.c: Add vspltisb to expected
output.
* gcc.target/powerpc/fold-vec-splats-int.c: Add mtvsrws to expected
output.
* gcc.target/powerpc/fold-vec-splats-longlong.c: Add mtvsrdd to
expected output.
2017-11-29 Julia Koval <julia.koval@intel.com>
* gcc.target/i386/avx512f-vpshldv-1.c: New test.
......
......@@ -43,4 +43,4 @@ testuc_3 ()
return vec_splat_u8 (15);
}
/* { dg-final { scan-assembler-times "vspltisb" 6 } } */
/* { dg-final { scan-assembler-times "xxspltib|vspltisb" 6 } } */
......@@ -19,4 +19,4 @@ test3u (unsigned int x)
return vec_splats (x);
}
/* { dg-final { scan-assembler-times {\mvspltw\M|\mxxspltw\M} 2 } } */
/* { dg-final { scan-assembler-times {\mvspltw\M|\mxxspltw\M|\mmtvsrws\M} 2 } } */
......@@ -19,4 +19,4 @@ test3u (unsigned long long x)
return vec_splats (x);
}
/* { dg-final { scan-assembler-times "xxpermdi" 2 } } */
/* { dg-final { scan-assembler-times "xxpermdi|mtvsrdd" 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