https://llvm.org/bugs/show_bug.cgi?id=25469

Johannes Doerfert <doerf...@cs.uni-saarland.de> changed:

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

--- Comment #4 from Johannes Doerfert <doerf...@cs.uni-saarland.de> ---
Fixed in r252701. We now allow empty invariant equivalence class lists but do
not code generate them. I chose this fix because we cannot easily detect if we
have no users when we materialize a parameter and it is even harder to remove a
parameter that is already present in the SCoP. Lastly, it would have been
possible to change the isl_id payload for that parameter, though I think this
solution is nicer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to