You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
20
external/llvm/test/CodeGen/ARM/unord.ll
vendored
20
external/llvm/test/CodeGen/ARM/unord.ll
vendored
@ -1,20 +0,0 @@
|
||||
; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
|
||||
|
||||
define i32 @f1(float %X, float %Y) {
|
||||
%tmp = fcmp uno float %X, %Y
|
||||
%retval = select i1 %tmp, i32 1, i32 -1
|
||||
ret i32 %retval
|
||||
}
|
||||
|
||||
define i32 @f2(float %X, float %Y) {
|
||||
%tmp = fcmp ord float %X, %Y
|
||||
%retval = select i1 %tmp, i32 1, i32 -1
|
||||
ret i32 %retval
|
||||
}
|
||||
|
||||
; CHECK: movne
|
||||
; CHECK-NOT: movne
|
||||
|
||||
; CHECK: moveq
|
||||
; CHECK-NOT: moveq
|
||||
|
Reference in New Issue
Block a user