We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25b51e commit 1f504c6Copy full SHA for 1f504c6
llvm/test/CodeGen/SystemZ/pr137667.mir
@@ -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