This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17165] pass by reference inhibits vectorization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Sep 2004 01:31:00 -0000
- Subject: [Bug tree-optimization/17165] pass by reference inhibits vectorization
- References: <20040824085313.17165.stefaandr@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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