mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
New testcase. Probably many targets don't support this, so they should probably
add themselves as xfails until they do (at least for the release). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f02a916d82
commit
32b03ff918
8
test/CodeGen/Generic/isunord.ll
Normal file
8
test/CodeGen/Generic/isunord.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
|
||||
declare bool %llvm.isunordered(double, double)
|
||||
|
||||
bool %test(double %X, double %Y) {
|
||||
%tmp27 = call bool %llvm.isunordered( double %X, double %Y)
|
||||
ret bool %tmp27
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user