[llvm-bugs] [Bug 38697] Vectorization causes unsafe integer div-by-zero
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 8 17:26:35 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=38697
Warren Ristow <warren_ristow at playstation.sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Fixed By Commit(s)| |r360280
Status|NEW |RESOLVED
--- Comment #4 from Warren Ristow <warren_ristow at playstation.sony.com> ---
> > ...
> > That fix has landed:
> > https://reviews.llvm.org/rL347934
>
> That patch was reverted at:
> https://reviews.llvm.org/rL348426
>
> due to SEGVs happening in PHINode Simplification in Instcombine.
> See bug 30806, comment 17, for more details. Until that fix in some form is
> re-instated, the fix proposed for this issue is ineffective. So I'm holding
> off on making any changes on this, for the moment.
The SEGVs were fixed, and bug 30806 was fixed at:
https://reviews.llvm.org/rL356392
With that, the fix for this issue was no longer blocked. This fix has
been reviewed and now landed:
https://reviews.llvm.org/rL360280
Resolving this.
--
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/20190509/1cd96a9e/attachment.html>
More information about the llvm-bugs
mailing list