Fangrui Song 171056ff57 [M68k,MSP430,test] Change llc -march= to -mtriple=
Similar to 806761a7629df268c8aed49657aeccffa6bca449
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