[LLVMdev] Help regarding basic blocks in LLVM
Michael Ilseman
michael at lunarg.com
Mon Oct 31 09:05:17 PDT 2011
Have you looked at how the RegionInfo[1] analysis pass[2] is
implemented? You might be able to use it or a similar mechanism
yourself.
[1] http://www.llvm.org/docs/doxygen/html/da/d2d/classllvm_1_1RegionInfo.html
[2] http://llvm.org/docs/Passes.html#regions
On Fri, Oct 28, 2011 at 9:44 PM, Anuj Bahuguna
<h2010080 at bits-pilani.ac.in> wrote:
> Is there a way to combine basic blocks in LLVM?
> I want to form Extended Basic Blocks in LLVM.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
More information about the llvm-dev
mailing list