Skip to content

Commit 1f504c6

Browse files
committed
Pre-commit test
1 parent b25b51e commit 1f504c6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2+
# RUN: llc %s -mtriple=s390x-unknown-linux-gnu -run-pass=machine-cp -verify-machineinstrs -o - | FileCheck %s
3+
4+
---
5+
name: t
6+
tracksRegLiveness: true
7+
noPhis: true
8+
isSSA: false
9+
noVRegs: true
10+
hasFakeUses: false
11+
tracksDebugUserValues: true
12+
body: |
13+
bb.0:
14+
; CHECK-LABEL: name: t
15+
; CHECK: renamable $r12d = LLILL 0
16+
; CHECK-NEXT: Return implicit $r12q
17+
renamable $r14d = LLILL 0
18+
renamable $r12d = COPY killed renamable $r14d, implicit-def $r12q
19+
Return implicit $r12q
20+
...

0 commit comments

Comments
 (0)