[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / CodeGen / AArch64 / emit-prologue-clobber-verification.mir
blob4d651138465a15a21a713be3b3878f22fd39b12d
1 # RUN: not --crash llc -mtriple=aarch64-none-linux-gnu -run-pass=prologepilog %s -o -
3 # REQUIRES: asserts
5 ---
6 # x9 is marked as live on function entry, but it will be used as scratch
7 # register for prologue computations at the beginning of the prologue.
8 # Use this to check we catch that the prologue clobbers $x9.
9 name: x9_clobbered_on_fn_entry
10 tracksRegLiveness: true
11 frameInfo:
12   isFrameAddressTaken: true
13 stack:
14   - { id: 0, size:    16, alignment: 16 }
15   - { id: 1, size: 32768, alignment: 32 }
16 body: |
17   bb.0:
18     liveins: $x0, $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15, $x16, $x17, $x18, $x19, $x20, $x21, $x22, $x23, $x24, $x25, $x26, $x27, $x28, $lr
19     STRXui $x0, %stack.0, 0
20     B %bb.1
21   bb.1:
22     liveins: $x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15, $x16, $x17, $x18, $x19, $x20, $x21, $x22, $x23, $x24, $x25, $x26, $x27, $x28, $lr
23     RET_ReallyLR implicit $lr
24 ...