[LLVMdev] "make check" failures: leaq in fold-mul-lohi.ll, stride-nine-with-base-reg.ll, stride-reuse.ll
Duncan Sands
baldrick at free.fr
Mon Feb 11 02:35:33 PST 2008
I'm seeing the following failures with "make check" (x86-32 linux):
FAIL: test/CodeGen/X86/fold-mul-lohi.ll
Failed with exit(1) at line 2
while running: llvm-as < test/CodeGen/X86/fold-mul-lohi.ll | llc -march=x86-64 | not grep lea
leaq B, %rsi
leaq A, %r8
leaq P, %rsi
child process exited abnormally
FAIL: test/CodeGen/X86/stride-nine-with-base-reg.ll
Failed with exit(1) at line 2
while running: llvm-as < test/CodeGen/X86/stride-nine-with-base-reg.ll | llc -march=x86-64 | not grep lea
leaq B, %rdx
leaq A, %r8
leaq P, %rdx
child process exited abnormally
FAIL: test/CodeGen/X86/stride-reuse.ll
Failed with exit(1) at line 2
while running: llvm-as < test/CodeGen/X86/stride-reuse.ll | llc -march=x86-64 | not grep lea
leaq B, %rsi
leaq A, %rsi
leaq P, %rsi
child process exited abnormally
More information about the llvm-dev
mailing list