brintos

brintos / llvm-project-archived public Read only

0
0
Text · 543 B · 1807f1b Raw
24 lines · plain
1# RUN: llc -simplify-mir -verify-machineinstrs -mtriple=powerpc64-ibm-aix-xcoff \2# RUN:   %s -o - | FileCheck %s3 4---5name: foo6alignment: 87tracksRegLiveness: true8body: |9  bb.0.entry:10  liveins: $x3, $x4, $x5, $x611    ; CHECK-LABEL: .foo12    ; CHECK: lq 2, 128(4)13    ; CHECK: lqarx 28, 5, 614    ; CHECK: stqcx. 28, 5, 615    ; CHECK: stq 2, 128(4)16  $g8p1 = LQ 128, $x417  $g8p14 = LQARX $x5, $x618  STQCX $g8p14, $x5, $x6, implicit-def $cr019  STQ $g8p1, 128, $x420  $x3 = COPY $x621  BLR8 implicit $lr8, implicit undef $rm, implicit $x322...23 24