[Bug tree-optimization/17165] pass by reference inhibits vectorization
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Sep 11 01:31:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-11 01:30 -------
Basically fold should convert (T<D1029> *) (x.0<D1040>_5 * 4) + &a<D1030> into
&a<D1030>[x.0<D1040>_5] and then we can do the C case but the C++ case is easier and gets done
when I finish up my tree combiner see 15459.
--
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |15459
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17165
More information about the Gcc-bugs
mailing list