1 /* { dg-do compile } */
2 /* { dg-options "-O1 -funsafe-math-optimizations -fdump-tree-recip" } */
4 float u
, v
, w
, x
, y
, z
;
6 void e(float a
, float b
, float c
, float d
, float e
, float f
)
14 /* The PHI nodes for these divisions should be combined. */
22 /* This should not be left as a multiplication. */
33 /* { dg-final { scan-tree-dump-times " / " 2 "recip" } } */
34 /* { dg-final { scan-tree-dump-times " \\* " 5 "recip" } } */
35 /* { dg-final { cleanup-tree-dump "recip" } } */