<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:davide@freebsd.org" title="Davide Italiano <davide@freebsd.org>"> <span class="fn">Davide Italiano</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - clang crashes with "-mllvm -enable-newgvn": "Any class with a store as a " "leader should have a " "representative stored value\n""
   href="https://bugs.llvm.org/show_bug.cgi?id=32849">bug 32849</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 - clang crashes with "-mllvm -enable-newgvn": "Any class with a store as a " "leader should have a " "representative stored value\n""
   href="https://bugs.llvm.org/show_bug.cgi?id=32849#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - clang crashes with "-mllvm -enable-newgvn": "Any class with a store as a " "leader should have a " "representative stored value\n""
   href="https://bugs.llvm.org/show_bug.cgi?id=32849">bug 32849</a>
              from <span class="vcard"><a class="email" href="mailto:davide@freebsd.org" title="Davide Italiano <davide@freebsd.org>"> <span class="fn">Davide Italiano</span></a>
</span></b>
        <pre>This was also fixed by my last commit.

commit 1567395d7e7cc2bb203821cb2329b79255bc8a0a
Author: davide <davide@91177308-0d34-0410-b5e6-96231b3b80d8>
Date:   Sat May 20 00:46:54 2017 +0000

    [NewGVN] Create a StoreExpression instead of a VariableExpression.

    In the case where we have an operand defined by a lod of the
    same memory location. Historically this was a VariableExpression
    because we wanted to make sure they ended up in the same class,
    but if we create the right expression, they end up in the same
    class anyway.

    Fixes PR32897. Thanks to Dan for the detailed discussion and the
    fix suggestion.</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>