OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-prof/] [stringop-2.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */
2
int a[1000];
3
int b[1000];
4
int size=1;
5
int max=10000;
6
main()
7
{
8
  int i;
9
  for (i=0;i<max; i++)
10
    {
11
      __builtin_memset (a, 10, size * sizeof (a[0]));
12
      asm("");
13
    }
14
   return 0;
15
}
16
/* { dg-final-use { scan-tree-dump "Single value 4 stringop" "tree_profile"} } */
17
/* The versioned memset of size 4 should be optimized to an assignment.  */
18
/* { dg-final-use { scan-tree-dump "a\\\[0\\\] = 168430090" "optimized"} } */
19
/* { dg-final-use { cleanup-tree-dump "optimized" } } */
20
/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.