[llvm-dev] Interval analysis in LLVM
Milind Chabbi via llvm-dev
llvm-dev at lists.llvm.org
Tue Sep 4 17:33:06 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180904/1a800eed/attachment.html>
More information about the llvm-dev
mailing list