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
12
external/llvm/test/CodeGen/Mips/uitofp.ll
vendored
12
external/llvm/test/CodeGen/Mips/uitofp.ll
vendored
@ -1,12 +0,0 @@
|
||||
; RUN: llc -march=mips -mattr=+single-float < %s
|
||||
|
||||
define void @f0() nounwind {
|
||||
entry:
|
||||
%b = alloca i32, align 4
|
||||
%a = alloca float, align 4
|
||||
store volatile i32 1, i32* %b, align 4
|
||||
%0 = load volatile i32, i32* %b, align 4
|
||||
%conv = uitofp i32 %0 to float
|
||||
store float %conv, float* %a, align 4
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user