1 # RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2 # This test ensures that the MIR parser reports an error when an instruction
3 # is missing one of its implicit register operands.
7 define i32 @foo(i32* %p) {
10 %0 = icmp sle i32 %a, 10
11 br i1 %0, label %less, label %exit
26 successors: %bb.1.less, %bb.2.exit
28 $eax = MOV32rm $rdi, 1, _, 0, _
29 CMP32ri8 $eax, 10, implicit-def $eflags
30 ; CHECK: [[@LINE+1]]:25: missing implicit register operand 'implicit $eflags'
34 $eax = MOV32r0 implicit-def $eflags