[LLVMbugs] [Bug 8280] New: Implement pshufw mnemonic

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Oct 2 12:57:33 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8280

           Summary: Implement pshufw mnemonic
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ismail at namtrac.org
                CC: llvmbugs at cs.uiuc.edu


Saw this while compiling x264:


[~]> cat t2.c
int main()
{

    asm ("pshufw");
}

[~]> clang t2.c
t2.c:4:10: error: invalid instruction mnemonic 'pshufw'
    asm ("pshufw");
         ^
<inline asm>:1:2: note: instantiated into assembly here
        pshufw
        ^
1 error generated.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list