You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
258 B

; RUN: llc < %s | FileCheck %s
; CHECK: movswl
target datalayout = "e-p:64:64"
target triple = "x86_64-apple-darwin8"
define void @bar(i16 zeroext %A) {
tail call void @foo( i16 signext %A )
ret void
}
declare void @foo(i16 signext )