[mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v when...
[oota-llvm.git] / test / CodeGen / Generic / isunord.ll
1 ; RUN: llc < %s
2
3 declare i1 @llvm.isunordered.f64(double, double)
4
5 define i1 @test(double %X, double %Y) {
6         %tmp27 = fcmp uno double %X, %Y         ; <i1> [#uses=1]
7         ret i1 %tmp27
8 }
9