[llvm] r176808 - llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.

NAKAMURA Takumi geek4civic at gmail.com
Mon Mar 11 09:30:26 PDT 2013


Author: chapuni
Date: Mon Mar 11 11:30:26 2013
New Revision: 176808

URL: http://llvm.org/viewvc/llvm-project?rev=176808&view=rev
Log:
llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.

Modified:
    llvm/trunk/test/CodeGen/X86/handle-move.ll

Modified: llvm/trunk/test/CodeGen/X86/handle-move.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/handle-move.ll?rev=176808&r1=176807&r2=176808&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/handle-move.ll (original)
+++ llvm/trunk/test/CodeGen/X86/handle-move.ll Mon Mar 11 11:30:26 2013
@@ -1,6 +1,7 @@
 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup -verify-machineinstrs < %s
 ; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-topdown -verify-machineinstrs < %s
 ; REQUIRES: asserts
+; XFAIL: cygwin,mingw32
 ;
 ; Test the LiveIntervals::handleMove() function.
 ;





More information about the llvm-commits mailing list