<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:alexfh@google.com" title="Alexander Kornienko <alexfh@google.com>"> <span class="fn">Alexander Kornienko</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Assertion Failure"
   href="https://bugs.llvm.org/show_bug.cgi?id=29056">bug 29056</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;">CC</td>
           <td>
                
           </td>
           <td>alexfh@google.com
           </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 - Assertion Failure"
   href="https://bugs.llvm.org/show_bug.cgi?id=29056#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Assertion Failure"
   href="https://bugs.llvm.org/show_bug.cgi?id=29056">bug 29056</a>
              from <span class="vcard"><a class="email" href="mailto:alexfh@google.com" title="Alexander Kornienko <alexfh@google.com>"> <span class="fn">Alexander Kornienko</span></a>
</span></b>
        <pre>Can you still reproduce this with a recent clang? I get errors re: loopw
instruction:
$ ./test-i386-31c18d.sh
./test-i386.c:2110:35: warning: specifying vector types with the 'mode'
attribute is deprecated; use the 'vector_size' attribute instead
[-Wdeprecated-attributes]
typedef int __m64 __attribute__ ((__mode__ (__V2SI__)));
                                  ^
./test-i386.c:2111:38: warning: specifying vector types with the 'mode'
attribute is deprecated; use the 'vector_size' attribute instead
[-Wdeprecated-attributes]
typedef float __m128 __attribute__ ((__mode__(__V4SF__)));
                                     ^
./test-i386.c:494:5: error: invalid instruction mnemonic 'loopw'
    TEST_LOOP("loopw");
    ^
./test-i386.c:466:23: note: expanded from macro 'TEST_LOOP'
        "movl $1, %0\n\t"\
                      ^
<inline asm>:3:2: note: instantiated into assembly here
        loopw 1f
        ^~~~~
./test-i386.c:494:5: error: invalid instruction mnemonic 'loopw'
    TEST_LOOP("loopw");
    ^
./test-i386.c:466:23: note: expanded from macro 'TEST_LOOP'
        "movl $1, %0\n\t"\
                      ^
<inline asm>:3:2: note: instantiated into assembly here
        loopw 1f
        ^~~~~
./test-i386.c:494:5: error: invalid instruction mnemonic 'loopw'
    TEST_LOOP("loopw");
    ^
./test-i386.c:466:23: note: expanded from macro 'TEST_LOOP'
        "movl $1, %0\n\t"\
                      ^
<inline asm>:3:2: note: instantiated into assembly here
        loopw 1f
        ^~~~~
...

If it's still reproducible, please reopen the bug and provide a valid test case
or additional information on how to reproduce this.</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>