37 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -O0 -run-pass=legalizer %s -o - | FileCheck %s3 4--- |5 target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"6 target triple = "aarch64--"7 define void @test_copy() { ret void }8 define void @test_targetspecific() { ret void }9...10 11---12name: test_copy13registers:14 - { id: 0, class: _ }15body: |16 bb.0:17 liveins: $x018 19 ; CHECK-LABEL: name: test_copy20 ; CHECK: liveins: $x021 ; CHECK-NEXT: {{ $}}22 ; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s64) = COPY $x023 ; CHECK-NEXT: $x0 = COPY [[COPY]](s64)24 %0(s64) = COPY $x025 $x0 = COPY %026...27 28---29name: test_targetspecific30body: |31 bb.0:32 33 ; CHECK-LABEL: name: test_targetspecific34 ; CHECK: RET_ReallyLR35 RET_ReallyLR36...37