[LLVMdev] Recently failing vector tests

Duncan Sands baldrick at free.fr
Fri Jun 27 03:11:19 PDT 2008


Running on x86-64 linux:

FAIL: test/CodeGen/X86/vec_ins_extract.ll
Failed with exit(1) at line 1
while running: llvm-as < test/CodeGen/X86/vec_ins_extract.ll | opt -scalarrepl -instcombine |  llc -march=x86 -mcpu=yonah | not grep sub.*esp
        subl    $16, %esp
        subl    $16, %esp
        subl    $16, %esp
        subl    $16, %esp
child process exited abnormally
FAIL: test/CodeGen/X86/vec_shuffle-10.ll
Failed with exit(1) at line 3
while running: llvm-as < test/CodeGen/X86/vec_shuffle-10.ll | llc -march=x86 -mattr=+sse2 |  not grep {sub.*esp}
        subl    $16, %esp
        subl    $16, %esp
child process exited abnormally

Any ideas?

Ciao,

Duncan.



More information about the llvm-dev mailing list