1 ; RUN: llc < %s -mcpu=skx -mtriple x86_64-unknown-linux-gnu -verify-machineinstrs | FileCheck %s
2 ; RUN: llc < %s -mcpu=skx -mtriple=x86_64-linux-gnux32 -verify-machineinstrs | FileCheck %s --check-prefix=X32
5 ; CHECK: movq %rsp, %rdi
10 %alloc = alloca i32, align 8
11 %call = call i32 @foo(i32* %alloc)
15 declare i32 @foo(i32*)