1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=aarch64-unknown-unknown -verify-machineinstrs -O0 -run-pass=regbankselect %s -o - | FileCheck %s
7 tracksRegLiveness: true
12 ; CHECK-LABEL: name: trunc_s64_s128
14 ; CHECK: [[COPY:%[0-9]+]]:fpr(s128) = COPY $q0
15 ; CHECK: [[TRUNC:%[0-9]+]]:fpr(s64) = G_TRUNC [[COPY]](s128)
16 ; CHECK: $d2 = COPY [[TRUNC]](s64)
17 ; CHECK: RET_ReallyLR implicit $d2
19 %1:_(s64) = G_TRUNC %0(s128)
21 RET_ReallyLR implicit $d2