[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / MSP430 / flt_rounds.ll
blobfb89363d4d0a94c916984b204b816e8dcf86a001
1 ; RUN: llc -verify-machineinstrs < %s -march=msp430
3 define i16 @foo() {
4 entry:
5   %0 = call i32 @llvm.flt.rounds()
6   %1 = trunc i32 %0 to i16
7   ret i16 %1
10 declare i32 @llvm.flt.rounds() nounwind