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 middle-end/37375] [graphite] Parameter detection and scev only take a surrounding loop as border



------- Comment #1 from spop at gcc dot gnu dot org  2008-09-05 22:45 -------
Created an attachment (id=16239)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16239&action=view)
fix

the attached patch fixes PR37375 by changing instantiate_scev to take
a basic block above which all the definitions are left uninstantiated.
Patch passes RUNTESTFLAGS=tree-ssa.exp, graphite.exp and vect.exp
I will do a complete bootstrap and submit to gcc-patches for review.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37375


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