This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/49760] vectorization inhibited if indices are references
- From: "vincenzo.innocente at cern dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 18 Jul 2011 10:07:25 +0000
- Subject: [Bug tree-optimization/49760] vectorization inhibited if indices are references
- Auto-submitted: auto-generated
- References: <bug-49760-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49760
--- Comment #4 from vincenzo Innocente <vincenzo.innocente at cern dot ch> 2011-07-18 10:07:10 UTC ---
Fair enough.
I think I can persuade developers to use only local variables as induction
variable.
More difficult will be to make them to copy also all other variables stored in
memory (see PR49773).