[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / x86-64-shortint.ll
blob75f89023509dd33896d10ee0b3e4b2799287232c
1 ; RUN: llc < %s | FileCheck %s
3 ; CHECK: movswl
5 target datalayout = "e-p:64:64"
6 target triple = "x86_64-apple-darwin8"
9 define void @bar(i16 zeroext  %A) {
10         tail call void @foo( i16 signext %A   )
11         ret void
13 declare void @foo(i16 signext )