[llvm-bugs] [Bug 41419] [InstCombine] Assertion !isa<UndefValue>(Shuf.getOperand(1))

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 8 06:43:43 PDT 2019


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |357910

--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
I went with the quick fix:
https://reviews.llvm.org/rL357910
...because it shold always be safe to commute and return.

The real fix -- as indicated in the code comment -- is to improve InstSimplify,
but that's probably a multi-step effort.

-- 
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/20190408/24ad3aa3/attachment.html>


More information about the llvm-bugs mailing list