forked from OSchip/llvm-project
test/Transforms/SimplifyLibCalls/floor.ll: Mark as XFAIL:win32 due to lack of nearbyintf on MSVC. [PR8466]
llvm-svn: 117529
This commit is contained in:
parent
a1d4430cc8
commit
959807fa37
|
@ -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…
Reference in New Issue