mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
test/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL: cygwin,mingw32,win32. Investigating.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd985efa99
commit
365f1b84d3
@ -1,5 +1,9 @@
|
|||||||
; RUN: llc -march=x86 -mcpu=nehalem < %s | FileCheck %s
|
; RUN: llc -march=x86 -mcpu=nehalem < %s | FileCheck %s
|
||||||
|
|
||||||
|
; FIXME: The failure cannot be reproduced with, ... why?
|
||||||
|
; llc -mtriple=i686-win32 -mcpu=nehalem
|
||||||
|
; XFAIL: cygwin,mingw32,win32
|
||||||
|
|
||||||
define <4 x i32> @test_ueq(<4 x float> %in) {
|
define <4 x i32> @test_ueq(<4 x float> %in) {
|
||||||
entry:
|
entry:
|
||||||
; CHECK: pcmpeqd %xmm0, %xmm0
|
; CHECK: pcmpeqd %xmm0, %xmm0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user