summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-10-28 06:46:04 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-10-28 06:46:04 +0000
commitabd9e01baf4584984961bcee6f6d8d15bbcec663 (patch)
tree40f6cd917b4bf4e6e221d47a035afb6a4b856c88 /test/Transforms/SimplifyLibCalls
parent1c48377421e2c266244fbc6275e897dc66e22bda (diff)
downloadllvm-abd9e01baf4584984961bcee6f6d8d15bbcec663.tar.gz
llvm-abd9e01baf4584984961bcee6f6d8d15bbcec663.tar.bz2
llvm-abd9e01baf4584984961bcee6f6d8d15bbcec663.tar.xz
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
Diffstat (limited to 'test/Transforms/SimplifyLibCalls')
-rw-r--r--test/Transforms/SimplifyLibCalls/floor.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyLibCalls/floor.ll b/test/Transforms/SimplifyLibCalls/floor.ll
index a7af5a9686..8780e32e0a 100644
--- a/test/Transforms/SimplifyLibCalls/floor.ll
+++ b/test/Transforms/SimplifyLibCalls/floor.ll
@@ -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