[llvm-commits] [llvm] r59415 - /llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll

Chris Lattner clattner at apple.com
Sun Nov 16 09:22:01 PST 2008


On Nov 16, 2008, at 5:11 AM, Lang Hames wrote:

> Author: lhames
> Date: Sun Nov 16 07:11:09 2008
> New Revision: 59415
>
> URL: http://llvm.org/viewvc/llvm-project?rev=59415&view=rev
> Log:
> 2008-10-17-SpillerBug.ll is currently failing, but this doesn't  
> reflect an actual regression of PR2898. This test should probably be  
> removed. I've XFAILed it for now to keep buildbot quiet while this  
> is considered.

Hi Lang,

You're the undisputed owner of PBQP.  Since it is not used by default,  
you can change (or even break) it however you want, just don't break  
the build.  Feel free to manage the code and its testcases how you see  
fit. Removing the testcase seems like a good idea if it doesn't test  
what it was meant to.

-Chris

>
>
> Modified:
>    llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll?rev=59415&r1=59414&r2=59415&view=diff
>
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll Sun Nov 16  
> 07:11:09 2008
> @@ -1,4 +1,5 @@
> ; RUN: llvm-as < %s | llc -mtriple=x86_64-pc-linux-gnu - 
> regalloc=pbqp -stats |& grep {Number of dead stores elided} | grep 2
> +; XFAIL: *
> ; PR2898
>
> 	%struct.BiContextType = type { i16, i8 }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list