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

Max Kazantsev <max.kazant...@azul.com> changed:

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

--- Comment #9 from Max Kazantsev <max.kazant...@azul.com> ---
commit b7d2c173ebbbd48342d498ebc8a1127dbc6d87b1 (HEAD -> main, origin/main)
Author: Max Kazantsev <mkazant...@azul.com>
Date:   Wed Jun 23 10:43:06 2021 +0700

    [LSR] Filter out zero factors. PR50765

    Zero factor leads to division by zero and failure of corresponding
    assert as shown in PR50765. We should filter out such factors.

    Differential Revision: https://reviews.llvm.org/D104702
    Reviewed By: huihuiz, reames

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

Reply via email to