[llvm-bugs] [Bug 29056] Assertion Failure

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 23 14:17:50 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=29056

Alexander Kornienko <alexfh at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alexfh at google.com
         Resolution|---                         |INVALID

--- Comment #5 from Alexander Kornienko <alexfh at google.com> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190423/17decae3/attachment-0001.html>


More information about the llvm-bugs mailing list