mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Attempt to XFAIL this test on arm-linux, which is inexplicably failing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114241 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92aa1f7123
commit
23110b3c16
@ -1,5 +1,9 @@
|
|||||||
; RUN: opt -instcombine -S < %s | FileCheck %s
|
; RUN: opt -instcombine -S < %s | FileCheck %s
|
||||||
|
|
||||||
|
; This test is inexplicably still failing, which suggests a
|
||||||
|
; bug in the host libm.
|
||||||
|
; XFAIL: arm-linux
|
||||||
|
|
||||||
; This shouldn't fold, because sin(inf) is invalid.
|
; This shouldn't fold, because sin(inf) is invalid.
|
||||||
; CHECK: @foo
|
; CHECK: @foo
|
||||||
; CHECK: %t = call double @sin(double 0x7FF0000000000000)
|
; CHECK: %t = call double @sin(double 0x7FF0000000000000)
|
||||||
|
Loading…
Reference in New Issue
Block a user