[llvm-bugs] [Bug 25469] [Polly] Invariant load still in parameter list even if optimized away
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 10 20:34:53 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25469
Johannes Doerfert <doerfert at cs.uni-saarland.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Johannes Doerfert <doerfert at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151111/a19860ba/attachment.html>
More information about the llvm-bugs
mailing list