[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / llvm / test / CodeGen / SystemZ / frame-29.ll
blob6cc0d9e985e160575453b98d3df618edb30b73cb
1 ; RUN: llc %s -o - -mtriple=s390x-linux-gnu -mcpu=z16 -print-after=finalize-isel 2>&1 | FileCheck %s
3 ; Test that the correct space is allocated for the outgoing stack argument.
5 declare void @bar(i72 %Arg);
7 define void @foo() {
8 ; CHECK-LABEL: # Machine code for function foo: IsSSA, TracksLiveness
9 ; CHECK-NEXT: Frame Objects:
10 ; CHECK-NEXT:   fi#0: size=1, align=2, at location [SP]
11 ; CHECK-NEXT:   fi#1: size=16, align=8, at location [SP]
13 ; CHECK-LABEL: foo:
14 ; CHECK: aghi %r15, -184
15   %1 = alloca i8, align 2
16   tail call fastcc void @bar(i72 2097168)
17   ret void