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