[llvm-commits] [llvm] r154877 - /llvm/trunk/test/CodeGen/X86/atom-sched.ll

Chandler Carruth chandlerc at gmail.com
Mon Apr 16 16:11:40 PDT 2012


Author: chandlerc
Date: Mon Apr 16 18:11:39 2012
New Revision: 154877

URL: http://llvm.org/viewvc/llvm-project?rev=154877&view=rev
Log:
Disable the atom scheduling test after r154874 broke it.

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=154877&r1=154876&r2=154877&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/atom-sched.ll (original)
+++ llvm/trunk/test/CodeGen/X86/atom-sched.ll Mon Apr 16 18:11:39 2012
@@ -1,5 +1,8 @@
 ; 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
+;
+; FIXME: Atom's scheduler is temporarily disabled.
+; XFAIL: *
 
 @a = common global i32 0, align 4
 @b = common global i32 0, align 4





More information about the llvm-commits mailing list