https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121

Sebastian Pop <spop at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #26 from Sebastian Pop <spop at gcc dot gnu.org> ---
(In reply to Tobias Grosser from comment #16)
> This bug is probably the perfect case to use isl's new compute out facility,
> which allows us to give up after a certain number of compute iterations.
> This will give us the assurance that we do not hang any more in the graphite
> dependence analysis, but that we instead bail out smoothly.
> 

We implemented the ISL compute out: fixed in trunk when using a recent enough
ISL-0.15 or so.

Reply via email to