[llvm-bugs] [Bug 27944] Miscompile lencod (after Sanjoy's SCEV changes?)
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 11 05:21:40 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27944
Tobias Grosser <tobias at grosser.es> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Tobias Grosser <tobias at grosser.es> ---
I committed the fix proposed below in r275053. This addresses the most obvious
issues and should make the buildbots green again.
We may still need to review the load hoisting code more carefully. The fact
that the run-time check we construct does not take into account the
invalid-assumptions we derive for memory accesses looks rather fragile and
would clearly benefit from some further review and testing. Unfortunately,
Johannes is currently not available to help with these issues.
--
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/20160711/05fa3066/attachment-0001.html>
More information about the llvm-bugs
mailing list