mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
Isnan became unordered
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb6a3aa367
commit
7962a8b21e
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | not grep call
|
||||
declare bool %llvm.isnan(double)
|
||||
declare bool %llvm.isunordered(double)
|
||||
|
||||
bool %test_isnan(double %X) {
|
||||
%R = call bool %llvm.isnan(double %X)
|
||||
%R = call bool %llvm.isunordered(double %X, double %X)
|
||||
ret bool %R
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user