[PATCH] D153058: [clang][CFG] Support construction of a weak topological ordering of the CFG.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 15 11:15:27 PDT 2023
ymandel created this revision.
ymandel added reviewers: xazax.hun, gribozavr.
Herald added a reviewer: NoQ.
Herald added a project: All.
ymandel requested review of this revision.
Herald added a project: clang.
This patch adds support for building a weak topological ordering of the CFG
blocks, based on a limit flow graph constructed via (repeated) interval
partitioning of the CFG.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153058
Files:
clang/include/clang/Analysis/Analyses/IntervalPartition.h
clang/lib/Analysis/IntervalPartition.cpp
clang/unittests/Analysis/IntervalPartitionTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153058.531840.patch
Type: text/x-patch
Size: 28249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230615/486f527a/attachment-0001.bin>
More information about the cfe-commits
mailing list