Commit d36b25c5 by Will Schmidt Committed by Will Schmidt

[testsuite]

        2018-02-23  Will Schmidt  <will_schmidt@vnet.ibm.com>

        * fold-vec-mult-int128-p9.c: Add maddld insn to expected output.

From-SVN: r257935
parent 6869c12d
2018-02-23 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/fold-vec-mult-int128-p9.c: Add maddld insn to
expected output.
2018-02-23 Paul Thomas <pault@gcc.gnu.org> 2018-02-23 Paul Thomas <pault@gcc.gnu.org>
PR fortran/83149 PR fortran/83149
......
...@@ -22,5 +22,5 @@ test2 (vector unsigned __int128 x, vector unsigned __int128 y) ...@@ -22,5 +22,5 @@ test2 (vector unsigned __int128 x, vector unsigned __int128 y)
return vec_mul (x, y); return vec_mul (x, y);
} }
/* { dg-final { scan-assembler-times {\mmulld\M} 4 } } */ /* { dg-final { scan-assembler-times {\mmulld\M|\mmaddld\M} 6 } } */
/* { dg-final { scan-assembler-times {\mmulhdu\M} 2 } } */ /* { dg-final { scan-assembler-times {\mmulhdu\M} 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