[LLVMbugs] [Bug 2196] New: test/CodeGen/X86/vec_shuffle-16.ll fails on x86

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Apr 6 02:41:20 PDT 2008


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

           Summary: test/CodeGen/X86/vec_shuffle-16.ll fails on x86
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Using SVN r49248 on x86 Linux, I get this make check failure:

FAIL: /home/edwin/llvm/llvm-svn/trunk/test/CodeGen/X86/vec_shuffle-16.ll
Failed with exit(1) at line 1
while running: llvm-as <
/home/edwin/llvm/llvm-svn/trunk/test/CodeGen/X86/vec_shuffle-16.ll | llc
-march=x86 -mattr=+sse  | grep shufps | count 4
count: expected 4 lines and got 0.
child process exited abnormally

This is the output from llc:
$ llvm-as < /home/edwin/llvm/llvm-svn/trunk/test/CodeGen/X86/vec_shuffle-16.ll
| llc -march=x86 -mattr=+sse


        .text
        .align  16
        .globl  t1
        .type   t1, at function
t1:
        pshufd  $0, %xmm1, %xmm0
        ret
        .size   t1, .-t1


        .align  16
        .globl  t2
        .type   t2, at function
t2:
        pshufd  $255, %xmm0, %xmm0
        ret
        .size   t2, .-t2


        .align  16
        .globl  t3
        .type   t3, at function
t3:
        pshufd  $0, %xmm1, %xmm0
        ret
        .size   t3, .-t3


        .align  16
        .globl  t4
        .type   t4, at function
t4:
        pshufd  $45, %xmm0, %xmm0
        ret
        .size   t4, .-t4


-- 
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