[LLVMdev] Any passes that work on extended basic blocks?

Cameron Zwarich zwarich at apple.com
Mon Apr 8 21:58:43 PDT 2013


As far as I know, there is none. Pretty much every analysis or transform on EBBs can be extended to work on the dominator tree, which is what LLVM prefers.

Cameron

On Apr 8, 2013, at 9:53 PM, Bill He <wh3 at rice.edu> wrote:

> Hi all,
> 
> I am trying to find a sample pass that works on extended basic blocks. Any suggestion or help is very much appreciated. 
> 
> Thanks in advance.
> 
> Best,
> Weibo
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130408/b8610e55/attachment.html>


More information about the llvm-dev mailing list