[llvm-bugs] [Bug 44048] frounding-math and EH causes segfault in IRBuilder

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 9 05:17:13 PST 2019


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

mib.bugzilla at gmail.com changed:

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

--- Comment #2 from mib.bugzilla at gmail.com ---
We changed clang to set the fpstrict attribute explicitly instead of as a side
effect of IRBuilder. So the speculatively created EH block doesn't need to have
a parent at this particular moment.  D62731 was modified.

-- 
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/20191209/4028678c/attachment-0001.html>


More information about the llvm-bugs mailing list