You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
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