brintos

brintos / llvm-project-archived public Read only

0
0
Text · 484 B · 7226511 Raw
18 lines · plain
1# RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -global-isel -run-pass=legalizer -verify-machineinstrs %s -o - | FileCheck %s2 3---4name:            test_simple5body:             |6  ; CHECK-LABEL: name: test_simple7  ; CHECK: [[IN:%[0-9]+]]:_(s64) = COPY $x38  ; CHECK: $x3 = COPY [[IN]]9  ; CHECK: BLR8 implicit $lr8, implicit $rm, implicit $x310  bb.1.entry:11    liveins: $x312 13    %0:_(s64) = COPY $x314    $x3 = COPY %0(s64)15    BLR8 implicit $lr8, implicit $rm, implicit $x316 17...18