<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 FIXED - Unsupported ARM mrc encodings"
   href="https://llvm.org/bugs/show_bug.cgi?id=20533">bug 20533</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 - Unsupported ARM mrc encodings"
   href="https://llvm.org/bugs/show_bug.cgi?id=20533#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Unsupported ARM mrc encodings"
   href="https://llvm.org/bugs/show_bug.cgi?id=20533">bug 20533</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>A bit late to see this, but most of the problems have been fixed.

1. MRC/MCR and friends have been implemented
 - Your example uses r15 which is not allowed
 - Clang catches it, GAS doesn't

2. ldr r0, =<expr> has been implemented (will be available in 3.9)
 - With the exception that it doesn't use the # syntax (GAS accepts it, too)

Others, not yet:

3. The assembler is still case sensitive
 - We may want to fix that... on another <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLC Produced executables randomly crash"
   href="show_bug.cgi?id=4">bug

4</a>. .sect doesn't seem to be implemented
 - We may want to fix that... on another bug

Since this bug was originally for MRC/MCR, I'm closing it.

If you want the other two issues looked at, please open one bug each and show
what is the case for supporting them, other than "GAS accepts it", as GAS
accepts many things that are wrong and we shouldn't just do the same.</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>