brintos

brintos / llvm-project-archived public Read only

0
0
Text · 514 B · 6a236a0 Raw
21 lines · plain
1# RUN: llc %s -mtriple=x86_64 -run-pass=machineverifier -o - -experimental-debug-variable-locations | FileCheck %s2#3# REQUIRES: x86-registered-target4#5# CHECK: debugInstrRef: true6# CHECK: MOV64rr $rdi, debug-instr-number 17---8name: test9tracksRegLiveness: true10debugInstrRef: true11liveins:12  - { reg: '$rdi', virtual-reg: '' }13body:  |14  bb.0:15  liveins: $rdi, $rax16    $rbp = MOV64rr $rdi, debug-instr-number 117    dead $rcx = MOV64ri 018    CMP64ri8 renamable $rax, 1, implicit-def $eflags19    RET64 $rax20...21