[llvm-dev] Interval analysis in LLVM

Milind Chabbi via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 7 12:37:23 PDT 2018


Is there any interval-based analysis framework in LLVM?
I am looking for iteratively collapsing sub-regions of a control-flow graph
and use the summary of the collapsed region in its enclosing region;
something akin to Allen and Cocke's, "A program data flow analysis
procedure," (https://amturing.acm.org/p137-allen.pdf).

This is not same as the region pass since a region is defined only over a
single entry single exit in LLVM.

-Milind Chabbi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180907/69970488/attachment.html>


More information about the llvm-dev mailing list