This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/17165] pass by reference inhibits vectorization


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]