blob: 66038f9dce22f818075caaa26674dba64526ebc2 [file] [log] [blame] [edit]
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
# RUN: llc %s -mtriple=s390x-unknown-linux-gnu -run-pass=machine-cp -verify-machineinstrs -o - | FileCheck %s
---
name: t
tracksRegLiveness: true
noPhis: true
isSSA: false
noVRegs: true
hasFakeUses: false
tracksDebugUserValues: true
body: |
bb.0:
; CHECK-LABEL: name: t
; CHECK: renamable $r14d = LLILL 0
; CHECK-NEXT: renamable $r12d = COPY killed renamable $r14d, implicit-def $r12q
; CHECK-NEXT: Return implicit $r12q
renamable $r14d = LLILL 0
renamable $r12d = COPY killed renamable $r14d, implicit-def $r12q
Return implicit $r12q
...