<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:listmail@philipreames.com" title="listmail@philipreames.com">listmail@philipreames.com</a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Regression(267210): clang crash when building chromium"
   href="https://llvm.org/bugs/show_bug.cgi?id=27490">bug 27490</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Regression(267210): clang crash when building chromium"
   href="https://llvm.org/bugs/show_bug.cgi?id=27490#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Regression(267210): clang crash when building chromium"
   href="https://llvm.org/bugs/show_bug.cgi?id=27490">bug 27490</a>
              from <span class="vcard"><a class="email" href="mailto:listmail@philipreames.com" title="listmail@philipreames.com">listmail@philipreames.com</a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>