Files
clang-p2996/llvm/test/CodeGen/MSP430/flt_rounds.ll
2024-12-15 10:09:30 -08:00

11 lines
204 B
LLVM

; RUN: llc -verify-machineinstrs < %s -mtriple=msp430
define i16 @foo() {
entry:
%0 = call i32 @llvm.get.rounding()
%1 = trunc i32 %0 to i16
ret i16 %1
}
declare i32 @llvm.get.rounding() nounwind