mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 02:05:01 +00:00
test/Transforms/SimplifyLibCalls/floor.ll: Mark as XFAIL:win32 due to lack of nearbyintf on MSVC. [PR8466]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c48377421
commit
abd9e01baf
@ -29,6 +29,8 @@ define float @test_ceil(float %C) {
|
||||
ret float %F
|
||||
}
|
||||
|
||||
; PR8466
|
||||
; XFAIL: win32
|
||||
define float @test_nearbyint(float %C) {
|
||||
%D = fpext float %C to double ; <double> [#uses=1]
|
||||
; --> nearbyintf
|
||||
|
Loading…
x
Reference in New Issue
Block a user