Displaying 1 result from an estimated 1 matches for "asmresult1".
Did you mean:
asmresult
2010 Jul 12
2
[LLVMdev] about llvm2.7's inline assembly
...},{ax},0,1,~{dirflag},~{fpsr},~{flags},~{memory}"(i32 0, i32
32, i32* getelementptr inbounds (%struct.__sigset_t* @socks, i32 0, i32
0, i32 0)) nounwind ; <%struct.__mbstat %asmresult = extractvalue
%struct.__mbstate_t %asmtmp, 0 ; <i32> [#uses=1] store i32 %asmresult,
i32* %__d0
%asmresult1 = extractvalue %struct.__mbstate_t %asmtmp, 1 ; <i32> [#uses=1]
store i32 %asmresult1, i32* %__d1
%0 = load i32* @sock, align 4
However, if I use llvm-gcc 2.6, this inline assembly function is not
generated in the byte code.
I was wondering if there is any way to "not generating&qu...