[llvm-commits] [llvm] r153165 - /llvm/trunk/test/CodeGen/Generic/misched.ll

Hal Finkel hfinkel at anl.gov
Wed Mar 21 06:26:29 PDT 2012


Andrew,

Out of curiosity, why would we want to have a test that just runs
'true'?

 -Hal

On Wed, 21 Mar 2012 05:18:54 -0000
Andrew Trick <atrick at apple.com> wrote:

> Author: atrick
> Date: Wed Mar 21 00:18:53 2012
> New Revision: 153165
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=153165&view=rev
> Log:
> I meant to disable this test, not XFAIL it
> 
> Modified:
>     llvm/trunk/test/CodeGen/Generic/misched.ll
> 
> Modified: llvm/trunk/test/CodeGen/Generic/misched.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/misched.ll?rev=153165&r1=153164&r2=153165&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Generic/misched.ll (original) +++
> llvm/trunk/test/CodeGen/Generic/misched.ll Wed Mar 21 00:18:53 2012
> @@ -1,5 +1,5 @@ -; RUN: llc -enable-misched -misched=shuffle
> -misched-bottomup < %s -; XFAIL: *
> +; RUN: true
> +; llc -enable-misched -misched=shuffle -misched-bottomup < %s
>  ;
>  ; Interesting MachineScheduler cases.
>  
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



-- 
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory



More information about the llvm-commits mailing list