1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -O0 -run-pass=legalizer %s -o - | FileCheck %s
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 }
19 ; CHECK-LABEL: name: test_copy
20 ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
21 ; CHECK: $x0 = COPY [[COPY]](s64)
27 name: test_targetspecific
31 ; CHECK-LABEL: name: test_targetspecific