[llvm-bugs] [Bug 28635] clang crashes on code with crc32 builtin on x86_64-linux-gnu (in pass 'X86 DAG->DAG Instruction Selection')

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 21 00:40:34 PDT 2016


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

Craig Topper <craig.topper at gmail.com> changed:

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

--- Comment #3 from Craig Topper <craig.topper at gmail.com> ---
Fixed in r276250. I also fixed a bunch of other builtins that had similar
crashes. Which led to finding a bunch of missing #ifdef __x86_64__ qualifiers
from *intrin.h files.

-- 
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/20160721/ab2dfca3/attachment.html>


More information about the llvm-bugs mailing list