Displaying 2 results from an estimated 2 matches for "sf5".
Did you mean:
sf
2013 Aug 19
3
[LLVMdev] Issue with X86FrameLowering __chkstk on Windows 8 64-bit / Visual Studio 2012
...; preds = %merged
%sf = alloca i1
%44 = load i1* %sf
%45 = getelementptr i8* %0, i32 148
%46 = bitcast i8* %45 to i1*
%47 = load i1* %46
store volatile i1 false, i1* %46
br label %merged2
else4: ; preds = %merged
%sf5 = alloca i1
%48 = load i1* %sf5
%49 = getelementptr i8* %0, i32 148
%50 = bitcast i8* %49 to i1*
%51 = load i1* %50
store volatile i1 true, i1* %50
br label %merged2
}
It generates the following assembly:
0000000581D30010 push rbp
0000000581D30011 mov rbp,rsp
00000005...
2013 Aug 27
0
[LLVMdev] Issue with X86FrameLowering __chkstk on Windows 8 64-bit / Visual Studio 2012
...%sf = alloca i1
> %44 = load i1* %sf
> %45 = getelementptr i8* %0, i32 148
> %46 = bitcast i8* %45 to i1*
> %47 = load i1* %46
> store volatile i1 false, i1* %46
> br label %merged2
>
> else4: ; preds = %merged
> %sf5 = alloca i1
> %48 = load i1* %sf5
> %49 = getelementptr i8* %0, i32 148
> %50 = bitcast i8* %49 to i1*
> %51 = load i1* %50
> store volatile i1 true, i1* %50
> br label %merged2
> }
>
>
> It generates the following assembly:
> 0000000581D30010 push...