Hi again, On my PPC G4 box, I'm getting this failure for TOT with llvm-gcc 4.2: Running /Users/wendling/llvm/llvm.src/test/CodeGen/X86/dg.exp ... FAIL: /Users/wendling/llvm/llvm.src/test/CodeGen/X86/2008-02-18- TailMergingBug.ll for PR1909 Failed with exit(1) at line 1 while running: llvm-as < /Users/wendling/llvm/llvm.src/test/CodeGen/ X86/2008-02-18-TailMergingBug.ll | llc -march=x86 -stats |& grep {Number of block tails merged} | grep 6 child process exited abnormally This is what I actually get: $ llvm-as < /Users/wendling/llvm/llvm.src/test/CodeGen/X86/2008-02-18- TailMergingBug.ll |\ llc -march=x86 -stats 2>&1 | grep "Number of block tails merged" 18 branchfolding - Number of block tails merged -bw
On Tue, 19 Feb 2008, Bill Wendling wrote:> On my PPC G4 box, I'm getting this failure for TOT with llvm-gcc 4.2:Fixed. -Chris> FAIL: /Users/wendling/llvm/llvm.src/test/CodeGen/X86/2008-02-18- > TailMergingBug.ll for PR1909 > Failed with exit(1) at line 1 > while running: llvm-as < /Users/wendling/llvm/llvm.src/test/CodeGen/ > X86/2008-02-18-TailMergingBug.ll | llc -march=x86 -stats |& grep > {Number of block tails merged} | grep 6 > child process exited abnormally > > This is what I actually get: > > $ llvm-as < /Users/wendling/llvm/llvm.src/test/CodeGen/X86/2008-02-18- > TailMergingBug.ll |\ > llc -march=x86 -stats 2>&1 | grep "Number of block tails merged" > 18 branchfolding - Number of block tails merged > > -bw > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-Chris -- http://nondot.org/sabre/ http://llvm.org/
On Feb 19, 2008 10:40 AM, Chris Lattner <sabre at nondot.org> wrote:> On Tue, 19 Feb 2008, Bill Wendling wrote: > > On my PPC G4 box, I'm getting this failure for TOT with llvm-gcc 4.2: > > Fixed. >Thanks! -bw