You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
21
external/llvm/test/CodeGen/Thumb/unord.ll
vendored
21
external/llvm/test/CodeGen/Thumb/unord.ll
vendored
@ -1,21 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
|
||||
|
||||
define i32 @f1(float %X, float %Y) {
|
||||
; CHECK-LABEL: _f1:
|
||||
; CHECK: bne
|
||||
; CHECK: .data_region
|
||||
; CHECK: .long ___unordsf2
|
||||
%tmp = fcmp uno float %X, %Y
|
||||
%retval = select i1 %tmp, i32 1, i32 -1
|
||||
ret i32 %retval
|
||||
}
|
||||
|
||||
define i32 @f2(float %X, float %Y) {
|
||||
; CHECK-LABEL: _f2:
|
||||
; CHECK: beq
|
||||
; CHECK: .data_region
|
||||
; CHECK: .long ___unordsf2
|
||||
%tmp = fcmp ord float %X, %Y
|
||||
%retval = select i1 %tmp, i32 1, i32 -1
|
||||
ret i32 %retval
|
||||
}
|
Reference in New Issue
Block a user