<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - clang 3.1 crashes in runOnMachineFunction while running pass 'ARM Instruction Selection'"
   href="https://llvm.org/bugs/show_bug.cgi?id=14439">bug 14439</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>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - clang 3.1 crashes in runOnMachineFunction while running pass 'ARM Instruction Selection'"
   href="https://llvm.org/bugs/show_bug.cgi?id=14439#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - clang 3.1 crashes in runOnMachineFunction while running pass 'ARM Instruction Selection'"
   href="https://llvm.org/bugs/show_bug.cgi?id=14439">bug 14439</a>
              from <span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span></b>
        <pre>This is an old bug using an old toolchain that wasn't even upstream.

Furthermore, the problem is that I don't think that IR will never be reached
from normal inline asm. Both GCC and Clang bail out before generating empty
output register list (front-end syntax error).

Finally, the IR generates an UNREACHABLE, which is how we treat badly formed
input that can never be generated by users anyway. I don't see anything wrong
with that.

If someone cares enough and can reproduce this IR from C source with an recent
upstream toolchain, please re-open this bug.</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>