1 #RUN: not llc -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
2 # REQUIRES: global-isel, aarch64-registered-target
5 source_filename = "test.ll"
6 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
7 target triple = "aarch64-unknown-unknown"
9 define i32 @test_copy(i32 %argc) {
12 define i32 @test_copy_type_mismatch(i32 %argc) {
20 regBankSelected: false
22 tracksRegLiveness: true
24 - { id: 0, class: _, preferred-register: '' }
29 ; This test is used to catch verifier errors with copys having mismatching sizes
30 ; CHECK: Bad machine code: Copy Instruction is illegal with mismatching sizes