Commit 8c7d662b by Oleg Endo

re PR target/54089 ([SH] Refactor shift patterns)

gcc/testsuite/
	PR target/54089
	* gcc.target/sh/pr54089-1.c: Change optimization level from -O1 to -O2.

From-SVN: r218795
parent ea9b01d4
2014-12-16 Oleg Endo <olegendo@gcc.gnu.org> 2014-12-16 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54089
* gcc.target/sh/pr54089-1.c: Change optimization level from -O1 to -O2.
2014-12-16 Oleg Endo <olegendo@gcc.gnu.org>
PR target/53513 PR target/53513
* gcc.target/sh/fpchg.c: Rename to ... * gcc.target/sh/fpchg.c: Rename to ...
* gcc.target/sh/pr53513-1.c: ... this. Adjust test case to work for * gcc.target/sh/pr53513-1.c: ... this. Adjust test case to work for
......
/* Check that the rotcr instruction is generated. */ /* Check that the rotcr instruction is generated. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O1" } */ /* { dg-options "-O2" } */
/* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */ /* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */
/* { dg-final { scan-assembler-times "rotcr" 24 } } */ /* { dg-final { scan-assembler-times "rotcr" 24 } } */
/* { dg-final { scan-assembler-times "shll\t" 1 } } */ /* { dg-final { scan-assembler-times "shll\t" 1 } } */
......
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