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
19
external/llvm/test/CodeGen/PowerPC/frounds.ll
vendored
19
external/llvm/test/CodeGen/PowerPC/frounds.ll
vendored
@ -1,19 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
|
||||
|
||||
define i32 @foo() {
|
||||
entry:
|
||||
%retval = alloca i32 ; <i32*> [#uses=2]
|
||||
%tmp = alloca i32 ; <i32*> [#uses=2]
|
||||
%"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
|
||||
%tmp1 = call i32 @llvm.flt.rounds( ) ; <i32> [#uses=1]
|
||||
store i32 %tmp1, i32* %tmp, align 4
|
||||
%tmp2 = load i32, i32* %tmp, align 4 ; <i32> [#uses=1]
|
||||
store i32 %tmp2, i32* %retval, align 4
|
||||
br label %return
|
||||
|
||||
return: ; preds = %entry
|
||||
%retval3 = load i32, i32* %retval ; <i32> [#uses=1]
|
||||
ret i32 %retval3
|
||||
}
|
||||
|
||||
declare i32 @llvm.flt.rounds() nounwind
|
Reference in New Issue
Block a user