mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Specify CPu to prevent failure on ATOM due to different code scheduling
llvm-svn: 164283
This commit is contained in:
parent
babd754e40
commit
b269a424a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user