Commit a8b4e6c4 by Steve Ellcey Committed by Steve Ellcey

re PR testsuite/87433 (gcc.dg/zero_bits_compound-1.c and…

re PR testsuite/87433 (gcc.dg/zero_bits_compound-1.c and gcc.target/aarch64/ashltidisi.c tests fail after combine two to two instruction patch on aarch64)

2018-09-28  Steve Ellcey  <sellcey@cavium.com>

	PR testsuite/87433
	* gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions
	instead of 4.

From-SVN: r264692
parent 259cd78a
2018-09-26 Steve Ellcey <sellcey@cavium.com>
PR testsuite/87433
* gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions
instead of 4.
2018-09-28 Steve Ellcey <sellcey@cavium.com> 2018-09-28 Steve Ellcey <sellcey@cavium.com>
PR testsuite/87433 PR testsuite/87433
......
...@@ -45,5 +45,5 @@ main (int argc, char **argv) ...@@ -45,5 +45,5 @@ main (int argc, char **argv)
return 0; return 0;
} }
/* { dg-final { scan-assembler-times "asr" 4 } } */ /* { dg-final { scan-assembler-times "asr" 3 } } */
/* { dg-final { scan-assembler-not "extr\t" } } */ /* { dg-final { scan-assembler-not "extr\t" } } */
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