xref: /llvm-project/llvm/test/CodeGen/X86/pr86880.mir (revision f90813543b57a9753c549ac0aac083b879b94230)
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
2# RUN: llc -mtriple=x86_64-- -run-pass=machine-cp -o - %s | FileCheck %s
3
4---
5name:            foo
6tracksRegLiveness: true
7body:             |
8  bb.0:
9    liveins: $eax
10
11    ; CHECK-LABEL: name: foo
12    ; CHECK: liveins: $eax
13    ; CHECK-NEXT: {{  $}}
14    ; CHECK-NEXT: INLINEASM &"", 0 /* attdialect */, 10 /* regdef */, implicit-def dead $eax, 2686986 /* regdef:GR32_NOREX2 */, def renamable $r15d, 10 /* regdef */, implicit-def dead $ecx, 10 /* regdef */, implicit-def dead $edx, 2147483657 /* reguse tiedto:$0 */, $eax(tied-def 3)
15    ; CHECK-NEXT: renamable $ecx = COPY killed renamable $r15d
16    ; CHECK-NEXT: NOOP implicit $ecx
17    INLINEASM &"", 0 /* attdialect */, 10 /* regdef */, implicit-def dead $eax, 2686986 /* regdef:GR32_NOREX2 */, def renamable $r15d, 10 /* regdef */, implicit-def dead $ecx, 10 /* regdef */, implicit-def dead $edx, 2147483657 /* reguse tiedto:$0 */, $eax(tied-def 3)
18    renamable $ecx = COPY killed renamable $r15d
19    NOOP implicit $ecx
20
21...
22