tree-ssa-sccvn.c
57.1 KB
-
re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quadratic behavior) · b61ea03d
2008-01-07 Richard Guenther <rguenther@suse.de> PR tree-optimization/34683 * tree-ssa-sccvn.c (vuses_to_vec): Pre-allocate the vector of VOPs of the needed size to save memory. Use VEC_quick_push to save compile-time. (vdefs_to_vec): Likewise. From-SVN: r131375
Richard Guenther committed