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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


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,@function
t1:
        pshufd  $0, %xmm1, %xmm0
        ret
        .size   t1, .-t1


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


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


        .align  16
        .globl  t4
        .type   t4,@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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to