This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32379] can't determine dependence (loop reversal required)
- 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: 18 Jun 2007 03:48:24 -0000
- Subject: [Bug tree-optimization/32379] can't determine dependence (loop reversal required)
- References: <bug-32379-33@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-06-18 03:48 -------
Part of the problem is related to PR 32075. (Looking into IR tells you that).
The other part is loop reversal which I think still needs 32075 to be able to
reverse the loop.
We could do the loop reversal in the front-end (which does not need 32075 to be
fixed) or the middle-end. Though I think we still need 32075 fixed to
vectorize the loop.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |32075
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
Component|fortran |tree-optimization
Ever Confirmed|0 |1
GCC build triplet|x86_64-unknown-linux-gnu |
GCC host triplet|x86_64-unknown-linux-gnu |
GCC target triplet|x86_64-unknown-linux-gnu |
Keywords| |missed-optimization
Last reconfirmed|0000-00-00 00:00:00 |2007-06-18 03:48:24
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32379