[llvm-commits] [llvm] r165959 - /llvm/trunk/test/CodeGen/X86/misched-new.ll

Andrew Trick atrick at apple.com
Mon Oct 15 13:33:15 PDT 2012


Author: atrick
Date: Mon Oct 15 15:33:14 2012
New Revision: 165959

URL: http://llvm.org/viewvc/llvm-project?rev=165959&view=rev
Log:
Check output of the misched unit tests

Modified:
    llvm/trunk/test/CodeGen/X86/misched-new.ll

Modified: llvm/trunk/test/CodeGen/X86/misched-new.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-new.ll?rev=165959&r1=165958&r2=165959&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/misched-new.ll (original)
+++ llvm/trunk/test/CodeGen/X86/misched-new.ll Mon Oct 15 15:33:14 2012
@@ -1,4 +1,5 @@
-; RUN: llc -march=x86-64 -mcpu=core2 -enable-misched -misched=shuffle -misched-bottomup < %s
+; RUN: llc < %s -march=x86-64 -mcpu=core2 -enable-misched \
+; RUN:          -misched=shuffle -misched-bottomup | FileCheck %s
 ; REQUIRES: asserts
 ;
 ; Interesting MachineScheduler cases.





More information about the llvm-commits mailing list