<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:gberry@codeaurora.org" title="Geoff Berry <gberry@codeaurora.org>"> <span class="fn">Geoff Berry</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Assertion failed: (RegNo < NumRegs && "Attempting to access record for invalid register number!")"
   href="https://bugs.llvm.org/show_bug.cgi?id=34387">bug 34387</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 - Assertion failed: (RegNo < NumRegs && "Attempting to access record for invalid register number!")"
   href="https://bugs.llvm.org/show_bug.cgi?id=34387#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Assertion failed: (RegNo < NumRegs && "Attempting to access record for invalid register number!")"
   href="https://bugs.llvm.org/show_bug.cgi?id=34387">bug 34387</a>
              from <span class="vcard"><a class="email" href="mailto:gberry@codeaurora.org" title="Geoff Berry <gberry@codeaurora.org>"> <span class="fn">Geoff Berry</span></a>
</span></b>
        <pre>Thanks, that did the trick.
I've re-committed the original change in r312328 with a fix for this problem. 
The bug was that the current instruction in the optimization loop was being
deleted and replaced by LiveRangeEdit::eliminateDeadDefs() in the middle of the
loop.  The fix was to move the dead instruction elimination to after the loop
instead.</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>