Displaying 1 result from an estimated 1 matches for "lv14".
Did you mean:
lv1
2010 Jan 28
2
[LLVMdev] llc generated machine assembly code for NASM
...es=1]
%12 = sub i32 %gv12, 1 ; <i32> [#uses=1]
store i32 %12, i32* @gv
br label %while7
whilecont13: ; preds = %while7
br label %ifcont
ifcont: ; preds = %whilecont13,
%whilecont
%lv14 = load i32* %lv ; <i32> [#uses=1]
ret i32 %lv14
}
And here is the assembly code I generated with "llc -march=x86
-x86-asm-sytax=intel filename".
.686
.MMX
.XMM
.model flat
EXTERN _abort:near
.text
public _foo
ALIGN 16
_foo proc near
sub ESP, 8...