[llvm-bugs] [Bug 52397] Infinite loop in compiler after 9020e22a876e15afd7b5d13ac3abf180b5cf9343

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 4 02:26:27 PDT 2021


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

Dave Green <david.green at arm.com> changed:

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

--- Comment #1 from Dave Green <david.green at arm.com> ---
Thanks for the report. There was an issue with the shuffle vector allowing
poison elements to be created, breaking the checks for -1 we have.

I've put a fix for that in as
https://reviews.llvm.org/rG1e5f814302f8c24bdcc6f79623b86bd32231278f.
Please let me know if it doesn't fix the issue for you, or some other problem
comes up.

-- 
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/20211104/424e9ea3/attachment.html>


More information about the llvm-bugs mailing list