[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

2015-09-08 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37705 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

2008-12-11 Thread tobi-grosser at web dot de
--- Comment #5 from tobi-grosser at web dot de 2008-12-11 21:30 --- Subject: Re: [graphite] Remove limit_scops() workaround On Thu, 2008-12-11 at 21:13 +, spop at gcc dot gnu dot org wrote: > > --- Comment #4 from spop at gcc dot gnu dot org 2008-12-11 21:13 --- >

[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

2008-12-11 Thread spop at gcc dot gnu dot org
--- Comment #4 from spop at gcc dot gnu dot org 2008-12-11 21:13 --- I would consider this at a very low priority right now: I'm thus marking it as enhancement level. If you can get a fix for this one that would be great, otherwise let's fix this one in GCC4.5. Sebastian -- spop at

[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

2008-10-16 Thread spop at gcc dot gnu dot org
--- Comment #3 from spop at gcc dot gnu dot org 2008-10-16 15:46 --- Created an attachment (id=16511) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16511&action=view) patch for solution 2 Patch as discussed at today's graphite call: detect multiplications of parameters, then gimpl

[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

2008-10-16 Thread spop at gcc dot gnu dot org
--- Comment #2 from spop at gcc dot gnu dot org 2008-10-16 13:59 --- I prefer the second solution: if (multiplication_in_parameters (n)) then insert a new parameter on the BB preceding the scop, and use force_gimple_operand to gimplify the sequence of stmts for n. This returns a seque

[Bug tree-optimization/37705] [graphite] Remove limit_scops() workaround

2008-10-15 Thread grosser at gcc dot gnu dot org
-- grosser at gcc dot gnu dot org changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2008-10-01 17:16:46 |2008-10-16 0