[llvm-commits] [llvm] r164283 - /llvm/trunk/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll

Michael Liao michael.liao at intel.com
Wed Sep 19 20:34:05 PDT 2012


Author: hliao
Date: Wed Sep 19 22:34:04 2012
New Revision: 164283

URL: http://llvm.org/viewvc/llvm-project?rev=164283&view=rev
Log:
Specify CPu to prevent failure on ATOM due to different code scheduling


Modified:
    llvm/trunk/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll?rev=164283&r1=164282&r2=164283&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll Wed Sep 19 22:34:04 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=corei7 | FileCheck %s
 ; rdar://r7512579
 
 ; PHI defs in the atomic loop should be used by the add / adc





More information about the llvm-commits mailing list