[llvm-commits] [llvm] r139192 - in /llvm/trunk/test/CodeGen: ARM/2011-06-09-TailCallByVal.ll Mips/cprestore.ll Mips/largeimmprinting.ll Thumb/2011-05-11-DAGLegalizer.ll
Jim Grosbach
grosbach at apple.com
Tue Sep 6 15:25:04 PDT 2011
That's bad. They should still compile and run OK, even w/o the byval stuff enabled. Mind filing a PR?
-Jim
On Sep 6, 2011, at 3:08 PM, Nick Lewycky wrote:
> Author: nicholas
> Date: Tue Sep 6 17:08:18 2011
> New Revision: 139192
>
> URL: http://llvm.org/viewvc/llvm-project?rev=139192&view=rev
> Log:
> Disable these tests harder. They're XFAIL'd, but that means they still run, and
> these tests all infinitely recurse, bringing my system down into swapping hell.
>
> Modified:
> llvm/trunk/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
> llvm/trunk/test/CodeGen/Mips/cprestore.ll
> llvm/trunk/test/CodeGen/Mips/largeimmprinting.ll
> llvm/trunk/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
>
> Modified: llvm/trunk/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll?rev=139192&r1=139191&r2=139192&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll (original)
> +++ llvm/trunk/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll Tue Sep 6 17:08:18 2011
> @@ -1,4 +1,5 @@
> -; RUN: llc < %s -relocation-model=pic -mcpu=cortex-a8 -arm-tail-calls=1 | FileCheck %s
> +; DISABLED: llc < %s -relocation-model=pic -mcpu=cortex-a8 -arm-tail-calls=1 | FileCheck %s
> +; RUN: false
>
> ; byval is currently unsupported.
> ; XFAIL: *
>
> Modified: llvm/trunk/test/CodeGen/Mips/cprestore.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/cprestore.ll?rev=139192&r1=139191&r2=139192&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Mips/cprestore.ll (original)
> +++ llvm/trunk/test/CodeGen/Mips/cprestore.ll Tue Sep 6 17:08:18 2011
> @@ -1,4 +1,5 @@
> -; RUN: llc -march=mipsel < %s | FileCheck %s
> +; DISABLED: llc -march=mipsel < %s | FileCheck %s
> +; RUN: false
>
> ; byval is currently unsupported.
> ; XFAIL: *
>
> Modified: llvm/trunk/test/CodeGen/Mips/largeimmprinting.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/largeimmprinting.ll?rev=139192&r1=139191&r2=139192&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Mips/largeimmprinting.ll (original)
> +++ llvm/trunk/test/CodeGen/Mips/largeimmprinting.ll Tue Sep 6 17:08:18 2011
> @@ -1,4 +1,5 @@
> -; RUN: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s
> +; DISABLED: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s
> +; RUN: false
>
> ; byval is currently unsupported.
> ; XFAIL: *
>
> Modified: llvm/trunk/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll?rev=139192&r1=139191&r2=139192&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll (original)
> +++ llvm/trunk/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll Tue Sep 6 17:08:18 2011
> @@ -1,4 +1,5 @@
> -; RUN: llc -mtriple=thumbv6-apple-darwin < %s
> +; DISABLED: llc -mtriple=thumbv6-apple-darwin < %s
> +; RUN: false
> ; rdar://problem/9416774
> ; ModuleID = 'reduced.ll'
>
>
>
> _______________________________________________
> 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