mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
9ec82f54d4
are either unreduced or only test old syntax. llvm-svn: 133228
13 lines
240 B
LLVM
13 lines
240 B
LLVM
; RUN: llc < %s | grep 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 )
|
|
|