search for: 1526ada3

Displaying 2 results from an estimated 2 matches for "1526ada3".

2018 May 29
0
LLVM Block is not the basic block
...ss instead of FunctionPass. > > http://llvm.org/docs/WritingAnLLVMPass.html#the-callgraphsccpass-class > > Cheers > > -- Dean > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/1526ada3/attachment.html>
2018 May 29
2
LLVM Block is not the basic block
> On 29 May 2018, at 22:40, Muhui Jiang via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi > > Sorry, 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