[llvm-bugs] [Bug 27490] Regression(267210): clang crash when building chromium

via llvm-bugs llvm-bugs at lists.llvm.org
Fri May 6 15:19:31 PDT 2016


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

listmail at philipreames.com changed:

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

--- Comment #8 from listmail at philipreames.com ---
A fixed version of this change landed as:
Sending        lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
Sending        test/Transforms/InstCombine/atomic.ll
Transmitting file data ..
Committed revision 268809

For context, it's interesting to note that the case we were crashing in was
actually a miscompile without this change.  We happily rewrote the types of the
volatile store (which my assert triggered on), but dropped the atomicity and
volatility when doing so.  I added test cases to prevent us getting this wrong
in the future.

-- 
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/20160506/2711818e/attachment.html>


More information about the llvm-bugs mailing list