mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll and handle-move.ll, corresponding to r178549.
This reverts r176808, r176798, and r177914. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2ccdbc6675
commit
17020de0e9
@ -2,8 +2,6 @@
|
||||
; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X32
|
||||
; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 -mattr=-cmov -verify-machineinstrs | FileCheck %s --check-prefix NOCMOV
|
||||
|
||||
; XFAIL: cygwin,mingw32
|
||||
|
||||
@sc32 = external global i32
|
||||
|
||||
define void @atomic_fetch_add32() nounwind {
|
||||
|
@ -1,7 +1,5 @@
|
||||
; RUN: llc < %s -O0 -march=x86-64 -mcpu=corei7 -verify-machineinstrs | FileCheck %s --check-prefix X64
|
||||
|
||||
; XFAIL: cygwin,mingw32
|
||||
|
||||
@sc64 = external global i64
|
||||
|
||||
define void @atomic_fetch_add64() nounwind {
|
||||
|
@ -1,7 +1,6 @@
|
||||
; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-bottomup -verify-machineinstrs < %s
|
||||
; RUN: llc -march=x86-64 -mcpu=core2 -fast-isel -enable-misched -misched=shuffle -misched-topdown -verify-machineinstrs < %s
|
||||
; REQUIRES: asserts
|
||||
; XFAIL: cygwin,mingw32
|
||||
;
|
||||
; Test the LiveIntervals::handleMove() function.
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user