[llvm-commits] [llvm] r154882 - /llvm/trunk/test/CodeGen/X86/atom-sched.ll
Preston Gurd
preston.gurd at intel.com
Mon Apr 16 17:21:35 PDT 2012
Author: pgurd
Date: Mon Apr 16 19:21:35 2012
New Revision: 154882
URL: http://llvm.org/viewvc/llvm-project?rev=154882&view=rev
Log:
temporarily XFAIL this test until post RA
live-ins is properly enabled.
Modified:
llvm/trunk/test/CodeGen/X86/atom-sched.ll
Modified: llvm/trunk/test/CodeGen/X86/atom-sched.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/atom-sched.ll?rev=154882&r1=154881&r2=154882&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/atom-sched.ll (original)
+++ llvm/trunk/test/CodeGen/X86/atom-sched.ll Mon Apr 16 19:21:35 2012
@@ -1,3 +1,4 @@
+; XFAIL: *
; RUN: llc <%s -O2 -mcpu=atom -march=x86 -relocation-model=static | FileCheck -check-prefix=atom %s
; RUN: llc <%s -O2 -mcpu=core2 -march=x86 -relocation-model=static | FileCheck %s
;
More information about the llvm-commits
mailing list