<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - After r315899, comments after x86 prefixes cause errors"
   href="https://bugs.llvm.org/show_bug.cgi?id=35741">35741</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>After r315899, comments after x86 prefixes cause errors
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>release blocker
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>dimitry@andric.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In <a href="https://reviews.llvm.org/rL315899">https://reviews.llvm.org/rL315899</a> (fixing x86 prefix issues related to bug
7709, <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [x86 disassembler] Wrong disassemble for some SSE2 instructions."
   href="show_bug.cgi?id=17697">bug 17697</a>, <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [x86 disassembler] prefix ordering may ignore opsize and rep[n]e prefixes"
   href="show_bug.cgi?id=19251">bug 19251</a>, <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [x86 disassembler] 'xchg' instruction uses two different sized register operands with data16 prefix"
   href="show_bug.cgi?id=32809">bug 32809</a> and <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - X86 disassembler skips over some bytes"
   href="show_bug.cgi?id=21640">bug 21640</a>), assembler comments after
such prefixes are no longer accepted, while they obviously should be.

For example, this assembly:

rep     # comment
movsb

Both GNU as and clang before r315899 compile this just fine, but clang r315899
and later produce:

$ ~/llvm-trunk-r315899/bin/clang -c rep.s
rep.s:1:1: error: invalid instruction mnemonic '# comment'
rep     # comment
^~~~~~~~~

Please fix this, or revert r315899 before 6.0.0 branches off.</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>