1 # RUN: llc -march=x86-64 -run-pass none -o - %s | FileCheck %s
2 # This test ensures that the MIR parser parses the 'dead' register flags
7 define i32 @foo(i32 %a) #0 {
13 attributes #0 = { "no-frame-pointer-elim"="false" }
21 ; CHECK: $eax = IMUL32rri8 $edi, 11, implicit-def dead $eflags
22 $eax = IMUL32rri8 $edi, 11, implicit-def dead $eflags