repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
MSP430
/
flt_rounds.ll
blob
fb89363d4d0a94c916984b204b816e8dcf86a001
1
; RUN: llc -verify-machineinstrs < %s -march=msp430
2
3
define i16 @foo() {
4
entry:
5
%0 = call i32 @llvm.flt.rounds()
6
%1 = trunc i32 %0 to i16
7
ret i16 %1
8
}
9
10
declare i32 @llvm.flt.rounds() nounwind