You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
10
external/llvm/test/CodeGen/MSP430/flt_rounds.ll
vendored
Normal file
10
external/llvm/test/CodeGen/MSP430/flt_rounds.ll
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llc -verify-machineinstrs < %s -march=msp430
|
||||
|
||||
define i16 @foo() {
|
||||
entry:
|
||||
%0 = call i32 @llvm.flt.rounds()
|
||||
%1 = trunc i32 %0 to i16
|
||||
ret i16 %1
|
||||
}
|
||||
|
||||
declare i32 @llvm.flt.rounds() nounwind
|
Reference in New Issue
Block a user