From: Michael Liao Date: Thu, 20 Sep 2012 03:34:04 +0000 (+0000) Subject: Specify CPu to prevent failure on ATOM due to different code scheduling X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=85fb261a55df896c5c0b1ba43c8f3e2647cccf2d;p=oota-llvm.git Specify CPu to prevent failure on ATOM due to different code scheduling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164283 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll b/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll index e969b133022..7d1cda35a20 100644 --- a/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll +++ b/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll @@ -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