[llvm] r175401 - Force a cpu for test. It failed on atom due to different scheduling decisions.

Benjamin Kramer benny.kra at googlemail.com
Sun Feb 17 10:26:12 PST 2013


Author: d0k
Date: Sun Feb 17 12:26:11 2013
New Revision: 175401

URL: http://llvm.org/viewvc/llvm-project?rev=175401&view=rev
Log:
Force a cpu for test. It failed on atom due to different scheduling decisions.

Modified:
    llvm/trunk/test/CodeGen/X86/ms-inline-asm.ll

Modified: llvm/trunk/test/CodeGen/X86/ms-inline-asm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/ms-inline-asm.ll?rev=175401&r1=175400&r2=175401&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/ms-inline-asm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/ms-inline-asm.ll Sun Feb 17 12:26:11 2013
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=core2 | FileCheck %s
 
 define i32 @t1() nounwind {
 entry:





More information about the llvm-commits mailing list