Commit edaa6eb5 by Will Schmidt Committed by Will Schmidt

fold-vec-ld-char.c: Add lxv insn to expected output.

[testsuite]

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

    * gcc.target/powerpc/fold-vec-ld-char.c: Add lxv insn to expected output.
    * gcc.target/powerpc/fold-vec-ld-double.c: Add lxv insn to expected output.
    * gcc.target/powerpc/fold-vec-ld-float.c: Add lxv insn to expected output.
    * gcc.target/powerpc/fold-vec-ld-int.c: Add lxv insn to expected output.
    * gcc.target/powerpc/fold-vec-ld-longlong.c: Add lxv insn to expected output.
    * gcc.target/powerpc/fold-vec-ld-short.c: Add lxv insn to expected output.

From-SVN: r255252
parent faf08cc7
2017-11-29 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/fold-vec-ld-char.c: Add lxv to expected output.
* gcc.target/powerpc/fold-vec-ld-double.c: Likewise.
* gcc.target/powerpc/fold-vec-ld-float.c: Likewise.
* gcc.target/powerpc/fold-vec-ld-int.c: Likewise.
* gcc.target/powerpc/fold-vec-ld-longlong.c: Likewise.
* gcc.target/powerpc/fold-vec-ld-short.c: Likewise.
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
......
......@@ -67,5 +67,5 @@ testld_cst_vbc (vector bool char vbc2)
return vec_ld (80, &vbc2);
}
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxvw4x\M} 10 } } */
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxvw4x\M|\mlxv\M} 10 } } */
......@@ -19,4 +19,4 @@ testld_cst_vd (long long ll1, vector double vd)
return vec_ld (16, &vd);
}
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M} 2 } } */
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxv\M} 2 } } */
......@@ -33,5 +33,5 @@ testld_cst_f (float f2)
// lvx - generated by ll_vf and ll_f
// lxvd2x - generated by cst_vf and cst_f
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M} 4 } } */
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxv\M} 4 } } */
......@@ -67,5 +67,5 @@ testld_cst_vbi (vector bool int vbi2)
return vec_ld (80, &vbi2);
}
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxvw4x\M} 10 } } */
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxvw4x\M|\mlxv\M} 10 } } */
......@@ -43,5 +43,5 @@ testld_cst_vbl (vector bool long vbl2)
return vec_ld (48, &vbl2);
}
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M} 6 } } */
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxv\M} 6 } } */
......@@ -67,5 +67,5 @@ testld_cst_vbs (vector bool short vbs2)
return vec_ld (80, &vbs2);
}
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxvw4x\M} 10 } } */
/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxvw4x\M|\mlxv\M} 10 } } */
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