Commit 88c888f1 by Bernd Edlinger Committed by Bernd Edlinger

pr53447-5.c: Fix test expectations for neon-fpu.

2016-11-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * gcc.target/arm/pr53447-5.c: Fix test expectations for neon-fpu.

From-SVN: r242700
parent 9d494aac
2016-11-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
* gcc.target/arm/pr53447-5.c: Fix test expectations for neon-fpu.
2016-11-22 Georg-Johann Lay <avr@gjlay.de>
* c-c++-common/builtin-shuffle-1.c (V): Use 4 * int in vector.
......
......@@ -15,5 +15,8 @@ void foo(long long* p)
p[9] -= p[10];
}
/* { dg-final { scan-assembler-times "ldrd" 10 } } */
/* { dg-final { scan-assembler-times "strd" 9 } } */
/* We accept neon instructions vldr.64 and vstr.64 as well.
Note: DejaGnu counts patterns with alternatives twice,
so actually there are only 10 loads and 9 stores. */
/* { dg-final { scan-assembler-times "(ldrd|vldr\\.64)" 20 } } */
/* { dg-final { scan-assembler-times "(strd|vstr\\.64)" 18 } } */
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