mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 06:20:27 +08:00
re PR target/64345 ([SH] Improve single bit extraction)
testsuite/ PR target/64345 * gcc.target/sh/pr64345-1.c: Adjust expected insn counts for SH2A. From-SVN: r227971
This commit is contained in:
parent
7dc5a9bb0d
commit
ce89c02e86
@ -1,3 +1,8 @@
|
||||
2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
PR target/64345
|
||||
* gcc.target/sh/pr64345-1.c: Adjust expected insn counts for SH2A.
|
||||
|
||||
2015-09-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
|
||||
|
||||
* gcc.dg/pragma-diag-5.c: Fix excess warning.
|
||||
|
@ -10,10 +10,10 @@
|
||||
/* { dg-final { scan-assembler-times "shlr\t" 8 { target { ! sh2a } } } } */
|
||||
|
||||
/* { dg-final { scan-assembler-times "tst" 442 { target { sh2a } } } } */
|
||||
/* { dg-final { scan-assembler-times "bld" 276 { target { sh2a } } } } */
|
||||
/* { dg-final { scan-assembler-times "bld" 285 { target { sh2a } } } } */
|
||||
/* { dg-final { scan-assembler-times "cmp/pz" 6 { target { sh2a } } } } */
|
||||
/* { dg-final { scan-assembler-times "shll\t" 4 { target { sh2a } } } } */
|
||||
/* { dg-final { scan-assembler-times "shlr\t" 8 { target { sh2a } } } } */
|
||||
/* { dg-final { scan-assembler-times "shll\t" 3 { target { sh2a } } } } */
|
||||
/* { dg-final { scan-assembler-times "shlr\t" 0 { target { sh2a } } } } */
|
||||
|
||||
/* { dg-final { scan-assembler-times "and\t#1" 32 } } */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user