[llvm-commits] [llvm] r67049 - in /llvm/trunk: lib/CodeGen/PHIElimination.cpp test/CodeGen/X86/2009-03-13-PHIElimBug.ll test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
Duncan Sands
baldrick at free.fr
Tue Mar 17 01:34:59 PDT 2009
Hi Bill,
> FAIL: /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/X86/2009-03-13-PHIElimBug.ll
> for PR3784
> Failed with exit(1) at line 1
> while running: llvm-as <
> /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/X86/2009-03-13-PHIElimBug.ll
> | llc -march=x86 | /usr/bin/grep -A 2 {call f} | /usr/bin/grep movl
what is the output from llc and does grep -A work on your machine (should
produce 2 lines of output after the matching output)?
Thanks,
Duncan.
PS: I'd rather you just xfailed the test rather than reverting the patch.
The test tests that the patch fixed what it thinks it fixed. The
problem is more likely to be in the testcase than the patch itself.
More information about the llvm-commits
mailing list