[llvm-commits] [llvm] r69952 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/Target/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/ lib/Target/X86/ test/CodeGen/X86/ utils/TableGen/
Duncan Sands
duncan.sands at math.u-psud.fr
Fri Apr 24 02:24:50 PDT 2009
Hi Nate, I'm seeing these testsuite failures on x86-64 linux:
...
FAIL: llvm/test/CodeGen/Generic/vector-casts.ll for PR2671
Failed with signal(SIGSEGV) at line 1
...
FAIL: llvm/test/CodeGen/X86/mmx-arith.ll
Failed with signal(SIGSEGV) at line 1
FAIL: llvm/test/CodeGen/X86/vec_set.ll
Failed with exit(1) at line 1
while running: llvm-as < llvm/test/CodeGen/X86/vec_set.ll | llc -march=x86 -mattr=+sse2 | /bin/grep punpckl | count 7
count: expected 7 lines and got 0.
...
FAIL: llvm/test/CodeGen/X86/vec_shuffle-6.ll
Failed with exit(1) at line 3
while running: grep movaps vec_shuffle-6.ll.tmp | count 1
count: expected 1 lines and got 0.
Ciao,
Duncan.
More information about the llvm-commits
mailing list