Displaying 4 results from an estimated 4 matches for "call17".
Did you mean:
call1
2018 May 29
0
LLVM Block is not the basic block
...that the previous email is sent out before I complete it due to my
mistake. Please read this
I am using the LLVM function pass to help me to do code analysis. However,
I found that the block LLVM identified will ignore the function call.
For example, the below IR should not be a basic block.
%call17 = call i32* @__errno_location() #14, !dbg !1384
%18 = load i32, i32* %call17, align 4, !dbg !1384
%19 = load i8*, i8** %dest_dirname, align 4, !dbg !1386
call void (i32, i32, i8*, ...) @error(i32 1, i32 %18, i8* getelementptr
inbounds ([3 x i8], [3 x i8]* @.str.389, i32 0, i 32 0), i8* %19...
2018 May 29
3
LLVM Block is not the basic block
Hi
I am using the LLVM function pass to help me to do code analysis. I use
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/a617b2c6/attachment.html>
2018 May 29
2
LLVM Block is not the basic block
...before I complete it due to my mistake. Please read this
>
> I am using the LLVM function pass to help me to do code analysis. However, I found that the block LLVM identified will ignore the function call.
>
> For example, the below IR should not be a basic block.
>
>
> %call17 = call i32* @__errno_location() #14, !dbg !1384
> %18 = load i32, i32* %call17, align 4, !dbg !1384
> %19 = load i8*, i8** %dest_dirname, align 4, !dbg !1386
> call void (i32, i32, i8*, ...) @error(i32 1, i32 %18, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @.str.389, i32 0, i...
2018 May 29
0
LLVM Block is not the basic block
...Please read this
> >
> > I am using the LLVM function pass to help me to do code analysis.
> However, I found that the block LLVM identified will ignore the function
> call.
> >
> > For example, the below IR should not be a basic block.
> >
> >
> > %call17 = call i32* @__errno_location() #14, !dbg !1384
> > %18 = load i32, i32* %call17, align 4, !dbg !1384
> > %19 = load i8*, i8** %dest_dirname, align 4, !dbg !1386
> > call void (i32, i32, i8*, ...) @error(i32 1, i32 %18, i8*
> getelementptr inbounds ([3 x i8], [3 x i8]* @....