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-ssa/] [reassoc-15.c] - Blame information for rev 300

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-reassoc1" } */
3
 
4
int test3 (int x, int y, int z, int weight, int w1, int w2, int w3)
5
{
6
  int wtmp1 = w1 * weight;
7
  int wtmp2 = w2 * weight;
8
  int wtmp3 = w3 * weight;
9
  int tmp1 = x * wtmp1;
10
  int tmp2 = y * wtmp2;
11
  int tmp3 = z * wtmp3;
12
  return tmp1 + tmp2 + tmp3;
13
}
14
 
15
/* The multiplication with weight should be un-distributed.
16
   ???  This pattern is not recognized currently.  */
17
 
18
/* { dg-final { scan-tree-dump-times "\\\*" 4 "reassoc1" } } */
19
/* { dg-final { cleanup-tree-dump "reassoc1" } } */

powered by: WebSVN 2.1.0

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