[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / X86 / pr28560.ll
blob44964cc122a63aeac212614e8bd17adaf74d703d
1 ; RUN: llc -mtriple=i686-pc-linux -print-after=postrapseudos < %s 2>&1 | FileCheck %s
3 ; CHECK: MOV8rr ${{[a-d]}}l, implicit killed $e[[R:[a-d]]]x, implicit-def $e[[R]]x
4 define i32 @foo(i32 %i, i32 %k, i8* %p) {
5   %f = icmp ne i32 %i, %k
6   %s = zext i1 %f to i8
7   %ret = zext i1 %f to i32
8   br label %next
9 next:
10   %d = add i8 %s, 5
11   store i8 %d, i8* %p
12   ret i32 %ret