[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / PowerPC / ldst-16-byte-asm.mir
blobf82d794a1ede81d94858bc1cdc5d2c07b4fb9313
1 # RUN: llc -simplify-mir -verify-machineinstrs -mtriple=powerpc64-ibm-aix-xcoff \
2 # RUN:   %s -o - | FileCheck %s
4 ---
5 name: foo
6 alignment: 8
7 tracksRegLiveness: true
8 body: |
9   bb.0.entry:
10   liveins: $x3, $x4, $x30, $x31
11     ; CHECK-LABEL: .foo
12     ; CHECK: lq 2, 128(4)
13     ; CHECK: lqarx 28, 30, 31
14     ; CHECK: stqcx. 28, 30, 31
15     ; CHECK: stq 2, 128(4)
16   $g8p1 = LQ 128, $x4
17   $g8p14 = LQARX $x30, $x31
18   STQCX $g8p14, $x30, $x31, implicit-def $cr0
19   STQ $g8p1, 128, $x4
20   $x3 = COPY $x31
21   BLR8 implicit $lr8, implicit undef $rm, implicit $x3
22 ...